Initializes a new instance of the WhoIsClient class with the specified server address. The address can either be the name of the server (eg. whois.arin.net) or its IP address (eg. 63.146.182.182).
Initializes a new instance of the WhoIsClient class with the specified server IP address.
public WhoIsClient(IPAddress);
Initializes a new instance of the WhoIsClient class with the specified server IP address.
public WhoIsClient(IPEndPoint);
Initializes a new instance of the WhoIsClient class with the specified server address. The address can either be the name of the server (eg. whois.arin.net) or its IP address (eg. 63.146.182.182).
public WhoIsClient(string);