Click or drag to resize

ClientBaseAttach(Socket) Method

Attaches client to specified connected socket.

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

Parameters

socket  Socket
Socket to attach to.
See Also