Click or drag to resize

ClientBaseAttach Method (Socket, Boolean)

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,
	bool useSSL
)

Parameters

socket
Type: System.Net.SocketsSocket
Socket to attach to.
useSSL
Type: SystemBoolean
If true starts SSL/TLS negotiation (Please use SSLConfiguration to specify TargetHost).
See Also