Chameleon and Iguana Plugin C# Class Libraries

LlpClient.Connect Method 

Connect to the given host and port number.

[Visual Basic]
Public Sub Connect( _
   ByVal Host As String, _
   ByVal Port As Integer _
)
[C#]
public void Connect(
   string Host,
   int Port
);

Parameters

Host
Host to connect to.
Port
Port to connect to.

Remarks

Function requires a running message loop (see RunMessageLoop).

Blocking: Function does not block.
Events: If the connection succeeds, a Connected event results. If the connection fails, an ErrorReceived event results, containing the error message indicating why the connect attempt has failed.

See Also

LlpClient Class | iNTERFACEWARE.Chameleon Namespace