Click or drag to resize

ClientBaseConnectAsync Method (IPEndPoint, Boolean)

Establishes connection to a remote server.

Namespace:  Limilabs.Client
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public Task ConnectAsync(
	IPEndPoint ipEndPoint,
	bool useSSL
)

Parameters

ipEndPoint
Type: System.NetIPEndPoint
Network endpoint (IP address and port) of the connection.
useSSL
Type: SystemBoolean
Creates SSL/TLS connection when set to true.

Return Value

Type: Task
A task that represents the asynchronous connect operation.
See Also