Running in debug mode, do not use in production.

C

Below is an example of making a HTTP request to DEFNA Monitoring from C#.

using (var client = new System.Net.WebClient())
{
       client.DownloadString("https://monitoring.defna.org/ping/your-uuid-here");
}