Click or drag to resize

ClientBaseConnect(IPEndPoint, Boolean) Method

Establishes connection to a remote server.

Namespace: Limilabs.Client
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public void Connect(
	IPEndPoint ipEndPoint,
	bool useSSL
)

Parameters

ipEndPoint  IPEndPoint
Network endpoint (IP address and port) of the connection.
useSSL  Boolean
Creates SSL/TLS connection when set to true.
See Also