ComponentSpace ICMP Class Library Reference

EchoClient.Echo Method (Byte[])

Send an echo request message to the server and waits for the echo reply.

[Visual Basic]
Overloads Public Sub Echo( _
   ByVal echoData As Byte() _
)
[C#]
public void Echo(
   byte[] echoData
);

Parameters

echoData
The data to echo.

Exceptions

Exception Type Condition
IcmpException Thrown when the echo fails.

See Also

EchoClient Class | ComponentSpace.Icmp Namespace | EchoClient.Echo Overload List