Overload List
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.
|
See Also