Connects to Whois server on port 43.
Namespace: Limilabs.WHOIS.ClientAssembly: Whois (in Whois.dll) Version: 2.0.1238.1610
Syntax
C# |
---|
public void Connect( string host ) |
Visual Basic |
---|
Public Sub Connect ( _ host As String _ ) |
Visual C++ |
---|
public: void Connect( String^ host ) |
Parameters
- host
- Type: System..::..String
Host name or IP address.
Exceptions
Exception | Condition |
---|---|
Limilabs.WHOIS.Client..::..ServerException | -ERR response, Connecting error. |