IP*Works! RTC - Online Help
Available for:
IP*Works! RTC
Questions / Feedback?

Connect Method

Connects to a remote host.

Syntax

[VB.NET]
Public Sub Connect(ByVal Host As String, ByVal Port As Integer)
[C#]
public void Connect(string host, int port);

Remarks

This method connects to a remote host. Calling this method is equivalent to setting the RemoteHost property to Host, setting RemotePort to Port, and then setting the Connected property to True.

Example (Connecting)


RUDPClient.Connect("MyHostNameOrIP", 777)

 
 
Copyright (c) 2016 /n software inc. - All rights reserved.
Build 1.0.6093.0