IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

Connect Method

This method will connect the component to the server.

Syntax

[VB.NET]
Public Sub Connect(ByVal User As String, ByVal Password As String)
[C#]
public void Connect(string user, string password);

Remarks

The Connect method performs the entire connection routine. This includes connection to the IMServer, user logon and authentication, and session initialization.

The Connected event will fire once for the initial TCP connection and again when the XMPP Logon is complete.

Since Connect is called with a user and password specified, the User and Password properties will updated accordingly.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]