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