Attaches client to specified socket.

Namespace: Limilabs.Client
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

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

Parameters

socket
Type: System.Net.Sockets..::..Socket
Socket to attach to.
useSSL
Type: System..::..Boolean
If true starts SSL negotiation (Please use SSLConfiguration to specify TargetHost).

See Also