The XConnectionManager type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | XConnectionManager | Initializes a new instance of the XConnectionManager class |
Methods
Name | Description | |
---|---|---|
![]() ![]() | CreateConnection(String) |
Create a new xiqs server connection binding at specified remote address.
Default xiqs server port is used.
|
![]() ![]() | CreateConnection(String, Int32) |
Create a new xiqs server connection binding at specified remote address/port.
|
![]() ![]() | CreateConnection(String, String) |
Create a new xiqs server connection binding at specified remote address.
The "cid" attribute will be used to avoid login step while reusing an
already active xiqs session. The default xiqs server port is used.
|
![]() ![]() | CreateConnection(String, Int32, String) |
Create a new xiqs server connection binding at specified remote address/port.
The "cid" attribute will be used to avoid login step while reusing an
already active xiqs session.
|
Fields
Name | Description | |
---|---|---|
![]() ![]() | XIQS_DEFAULT_PORT |
The xiqs server's default port
|
See Also