c# ping a website? (keep-alive service)
is there a way in c# to be able to ping a url every 15 minutes and get a response back from the server?
is there a way in c# to be able to ping a url every 15 minutes and get a response back from the server?
How can I make a “keep alive” HTTP request using Python’s urllib2?