ComponentSpace ICMP Class Library Reference

EchoClient Constructor

Initializes a new instance of the EchoClient class with the specified server address. The address can either be the name of the server (eg. www.componentspace.com) or its IP address (eg. 66.210.153.10).

Overload List

Initializes a new instance of the EchoClient class with the specified server IP address.

public EchoClient(IPAddress);

Initializes a new instance of the EchoClient class with the specified server IP address.

public EchoClient(IPEndPoint);

Initializes a new instance of the EchoClient class with the specified server address. The address can either be the name of the server (eg. www.componentspace.com) or its IP address (eg. 66.210.153.10).

public EchoClient(string);

See Also

EchoClient Class | ComponentSpace.Icmp Namespace