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