Click or drag to resize

ClientBaseAttach Method (Socket)

Attaches client to specified connected socket.

Namespace:  Limilabs.Client
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public void Attach(
	Socket socket
)

Parameters

socket
Type: System.Net.SocketsSocket
Socket to attach to.
See Also