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).
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);