forked from GithubBackups/healthchecks
4 lines
93 B
Plaintext
4 lines
93 B
Plaintext
using (var client = new System.Net.WebClient())
|
|
{
|
|
client.DownloadString("PING_URL");
|
|
} |