| ComponentSpace Who Is Class Library Reference |
|
WhoIsClient Constructor (String)
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).
[Visual Basic]
Overloads Public Sub New( _
ByVal
serverAddress As
String _
)
[C#]
public WhoIsClient(
string serverAddress);
Parameters
-
serverAddress
- The server address (eg. 63.146.182.182 or whois.arin.net).
See Also
WhoIsClient Class | ComponentSpace.WhoIs Namespace | WhoIsClient Constructor Overload List