XConnectionManager MembersiQSim © XIQS Communication Framework

The XConnectionManager type exposes the following members.
Constructors

  NameDescription
Public methodXConnectionManager
Initializes a new instance of the XConnectionManager class
Back to Top
Methods

  NameDescription
Public methodStatic memberCreateConnection(String)
Create a new xiqs server connection binding at specified remote address. Default xiqs server port is used.
Public methodStatic memberCreateConnection(String, Int32)
Create a new xiqs server connection binding at specified remote address/port.
Public methodStatic memberCreateConnection(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.
Public methodStatic memberCreateConnection(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.
Back to Top
Fields

  NameDescription
Public fieldStatic memberXIQS_DEFAULT_PORT
The xiqs server's default port
Back to Top
See Also