Click or drag to resize

ClientBaseAttachSSL Method

Attaches client to specified connected socket.

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

Parameters

socket  Socket
Socket to attach to.
targetHost  String
Target host used for SSL/TLS negotiation
See Also