Below is an example of making an HTTP request to ping.willing.systmes from C#.
using (var client = new System.Net.WebClient()) { client.DownloadString("http://ping.willing.systems/ping/your-uuid-here"); }