C# Ping

In this article I want to show you how to “ping” an IP Address by using C#. First of all what we should know is what packages are required to accomplish this task, we must use System and System.Net.NetworkInformation packages. We need an instance an Ping class object to send the ping request through Send() …

C# Ping Read More »