Below is an example of making a HTTP request to Omnivista Healthchecks from C#.
using (var client = new System.Net.WebClient()) { client.DownloadString("https://healthchecks.dev.myovcloud.com/ping/your-uuid-here"); }