.NET PING Wizard Class Library
NET Ping Wizard lets you conduct tests on the speed of your network. .NET Ping
Wizard sends a special packet to a server, and times how long it takes to get a
reply. This time is the total latency of the packets that you send when
communicating with this server. It implements ICMP ECHO and UDP ECHO.
It is a good tool to figure out why a network request is running
slow, and is also very good to see if a computer is connected to the network
properly
.NET Ping(Packet Internet Groper) Wizard adds this power to your
program letting you conduct tests, watch server latency and much more.
The .NET Ping Wizard class library has a lot of power and features
built-in. All the code is 100% managed and does not rely on any external dll's
or dependencies. The code is written to be highly efficient and robust.
Asynchronous and Synchronous methods for greater control of how you want to
implement the functionality.
|