ComponentSpace ICMP Class Library Reference

IcmpClient.Send Method 

Send an ICMP request message to the server.

[Visual Basic]
Public Sub Send( _
   ByVal icmpMessage As IcmpMessage _
)
[C#]
public void Send(
   IcmpMessage icmpMessage
);

Parameters

icmpMessage
The ICMP request message to send.

Exceptions

Exception Type Condition
IcmpException Thrown when the message cannot be sent.

See Also

IcmpClient Class | ComponentSpace.Icmp Namespace