Click or drag to resize

ClientBaseAttachSSL Method

Attaches client to specified connected socket.

Namespace:  Limilabs.Client
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public void AttachSSL(
	Socket socket,
	string targetHost
)

Parameters

socket
Type: System.Net.SocketsSocket
Socket to attach to.
targetHost
Type: SystemString
Target host used for SSL/TLS negotiation
See Also