ComponentSpace ICMP Class Library Reference

IcmpClient.Receive Method 

Returns an ICMP response message from the server.

[Visual Basic]
Public Function Receive() As IcmpMessage
[C#]
public IcmpMessage Receive();

Return Value

The ICMP response message.

Exceptions

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

See Also

IcmpClient Class | ComponentSpace.Icmp Namespace