Connects to the specified host.
| C# | Visual Basic | Managed C++ |
public void Connect ( IPEndPoint endpoint, bool ssl )
Public Sub Connect ( _ endpoint As IPEndPoint, _ ssl As Boolean _ )
public: void Connect ( IPEndPoint^ endpoint, bool ssl )
- 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)