Connects to sepcified host.
| C# | Visual Basic | Managed C++ |
public void Connect ( IPEndPoint localEndpoint, string host, int port )
Public Sub Connect ( _ localEndpoint As IPEndPoint, _ host As String, _ port As Integer _ )
public: void Connect ( IPEndPoint^ localEndpoint, String^ host, int port )
- localEndpoint (IPEndPoint)
- Sets local endpoint. Pass null, to use default.
- host (String)
- Host name or IP address.
- port (Int32)
- Port where to connect.
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)