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