Click or drag to resize

ClientBaseAttach(Socket, Boolean) 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,
	bool useSSL
)

Parameters

socket  Socket
Socket to attach to.
useSSL  Boolean
If true starts SSL/TLS negotiation (Please use SSLConfiguration to specify TargetHost).
See Also