 | ClientBaseConnect(IPEndPoint, Boolean) Method |
Establishes connection to a remote server.
Namespace: Limilabs.ClientAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic void Connect(
IPEndPoint ipEndPoint,
bool useSSL
)
Public Sub Connect (
ipEndPoint As IPEndPoint,
useSSL As Boolean
)
public:
void Connect(
IPEndPoint^ ipEndPoint,
bool useSSL
)
member Connect :
ipEndPoint : IPEndPoint *
useSSL : bool -> unit Parameters
- ipEndPoint IPEndPoint
- Network endpoint (IP address and port) of the connection.
- useSSL Boolean
- Creates SSL/TLS connection when set to true.
See Also