2018-08-20 12:39:57 +03:00

4 lines
93 B
Plaintext

using (var client = new System.Net.WebClient())
{
client.DownloadString("PING_URL");
}