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