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.
Namespace: com.iqsim.xiqsAssembly: xiqscom (in xiqscom.dll) Version: 1.0.4841.26741
Syntax
public static IXConnection CreateConnection( string address, string cid )
Parameters
- address
- Type:
System String
a remote xiqs server address
- cid
- Type:
System String
a "cid" attribute to reuse for the new connection
Return Value
a xiqs server connectionSee Also