Connects to server using SSL.

Namespace: Limilabs.WHOIS.Client
Assembly: Whois (in Whois.dll) Version: 2.0.1238.1610

Syntax

C#
public void ConnectSSL(
	string host,
	int port
)
Visual Basic
Public Sub ConnectSSL ( _
	host As String, _
	port As Integer _
)
Visual C++
public:
void ConnectSSL(
	String^ host, 
	int port
)

Parameters

host
Type: System..::..String
Host name or IP address.
port
Type: System..::..Int32
Port number.

See Also