Attaches client to specified socket.

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

Syntax

C#
public void AttachSSL(
	Socket socket,
	string targetHost
)
Visual Basic
Public Sub AttachSSL ( _
	socket As Socket, _
	targetHost As String _
)
Visual C++
public:
void AttachSSL(
	Socket^ socket, 
	String^ targetHost
)

Parameters

socket
Type: System.Net.Sockets..::..Socket
Socket to attach to.
targetHost
Type: System..::..String
Target host used for SSL negotiation

See Also