ComponentSpace Who Is Class Library Reference

WhoIsClient Constructor

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

Overload List

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

See Also

WhoIsClient Class | ComponentSpace.WhoIs Namespace