Below is an example of making an HTTP request to Creative CT Healthchecks from C#.
using (var client = new System.Net.WebClient()) { client.DownloadString("https://hc.m.dev.creative-ct.nl/ping/your-uuid-here"); }