ComponentSpace ICMP Class Library Reference

IcmpClient Constructor

Initializes a new instance of the IcmpClient 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 IcmpClient class with the specified server IP address.

public IcmpClient(IPAddress);

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

public IcmpClient(IPEndPoint);

Initializes a new instance of the IcmpClient 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 IcmpClient(string);

See Also

IcmpClient Class | ComponentSpace.Icmp Namespace