c# ping a website? (keep-alive service)

前端 未结 6 2063
感情败类
感情败类 2021-01-05 16:02

is there a way in c# to be able to ping a url every 15 minutes and get a response back from the server?

i want to try to see if .net can be used to build a simple to

6条回答
  •  Happy的楠姐
    2021-01-05 16:28

    You might not need to write your own:

    http://learn.iis.net/page.aspx/688/using-the-iis-application-warm-up-module/

提交回复
热议问题