|
|
ICMP (Ping) for your C#, VB.NET, and ASP.NET applications
|
 |
Send ICMP echo messages and receive echo replies. Ping a server to see whether
it’s operational.
The ICMP component for .NET is a fully featured, easy to use implementation
of the ICMP protocol for .NET and ASP.NET applications. Fully compliant with RFC
792, the component offers .NET developers an easy way to ping servers and perform
other ICMP operations from within their applications.
Part of the award winning .NET Internet Component Suite,
the component is designed specifically for .NET and is written in 100% managed C# code.
What's Included
Pinging a Server
EchoClient class sends echo requests (EchoMessage), receives the echo reply (EchoReplyMessage) and checks it against the request
Ping either synchronously or asynchronously
ICMP Message Construction and Parsing
Sending and Receiving ICMP Messages
Designed for .NET
Object oriented design specifically for the .NET framework
100% managed code written in C#
Make either synchronous or asynchronous (Begin/End) calls
Asynchronous calls may either use events or callbacks
|