Categories
C#
How to ping your endpoint using C#?
C# has a new feature for you to ping your endpoint programmatically using the Ping class from System.Net.NetworkInformation library. How to get installed System.Net.NetworkInformation?…
Read More