ComponentSpace ICMP Class Library Reference

EchoClient Class

Sends echo messages and receives echo reply messages using the Internet Control Message Protocol (RFC-792).

For a list of all members of this type, see EchoClient Members.

System.Object
   ComponentSpace.Icmp.EchoClient

[Visual Basic]
Public Class EchoClient
[C#]
public class EchoClient

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The EchoClient constructor specifies the address of the server. Optionally, the ReceiveTimeout may be set. The echo request may be sent and the reply received synchronously (blocking) using Echo, or asynchronously (non-blocking) using BeginEcho and EndEcho.

Requirements

Namespace: ComponentSpace.Icmp

Assembly: ComponentSpace.Icmp (in ComponentSpace.Icmp.dll)

See Also

EchoClient Members | ComponentSpace.Icmp Namespace