The following example demonstrates how to perform a simple ping.
[C#]ReplyPacketCollection reply = IcmpClient.Ping( "www.yahoo.com" ); Console.WriteLine( reply.ToString() );
[VB.NET]
Dim reply As ReplyPacketCollection = IcmpClient.Ping("www.yahoo.com") Console.WriteLine(reply.ToString())
Copyright 2003 - Contact: Webmaster