Connects to server.
Namespace: Limilabs.WHOIS.ClientAssembly: Whois (in Whois.dll) Version: 2.0.1238.1610
Syntax
C# |
---|
public void Connect( IPEndPoint ipEndPoint, bool useSSL ) |
Visual Basic |
---|
Public Sub Connect ( _ ipEndPoint As IPEndPoint, _ useSSL As Boolean _ ) |
Visual C++ |
---|
public: void Connect( IPEndPoint^ ipEndPoint, bool useSSL ) |
Parameters
- ipEndPoint
- Type: System.Net..::..IPEndPoint
IP end point of the connection.
- useSSL
- Type: System..::..Boolean
if true creates SSL connection.