Attaches client to specified socket.

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

Syntax

C#
public void Attach(
	Socket socket
)
Visual Basic
Public Sub Attach ( _
	socket As Socket _
)
Visual C++
public:
void Attach(
	Socket^ socket
)

Parameters

socket
Type: System.Net.Sockets..::..Socket
Socket to attach to.

See Also