LumiSoft Mail Server User API
Connect Method (endpoint, ssl)
Namespaces > LumiSoft.Net > SocketEx > Connect(IPEndPoint, Boolean)
Connects to the specified host.
Syntax
C#Visual BasicManaged C++
public void Connect (
	IPEndPoint endpoint,
	bool ssl
)
Public Sub Connect ( _
	endpoint As IPEndPoint, _
	ssl As Boolean _
)
public:
void Connect (
	IPEndPoint^ endpoint, 
	bool ssl
)
Parameters
endpoint (IPEndPoint)
IP endpoint where to connect.
ssl (Boolean)
Specifies if to connected via SSL.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)