quasar / Quasar

Remote Administration Tool for Windows
MIT License
8.8k stars 2.49k forks source link

Ping local network #107

Open OpenSourceCS opened 9 years ago

OpenSourceCS commented 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.

bitterypaul commented 9 years ago

Is the ping class supported in .NET Framework 2.0?

rabbitsmith commented 9 years ago

yes. ping class is supported in both 2.0 and in 3.5 cp