Open OpenSourceCS opened 9 years ago
Adding a feature to ping 192.168.1.1 to 192.168.1.255 (or any other range) would be useful for diagnosis of network problems. The .NET Framework has built in class for pinging.
Is the ping class supported in .NET Framework 2.0?
yes. ping class is supported in both 2.0 and in 3.5 cp
Adding a feature to ping 192.168.1.1 to 192.168.1.255 (or any other range) would be useful for diagnosis of network problems. The .NET Framework has built in class for pinging.