XConnectionManager CreateConnection Method (String, Int32)iQSim © XIQS Communication Framework
Create a new xiqs server connection binding at specified remote address/port.

Namespace: com.iqsim.xiqs
Assembly: xiqscom (in xiqscom.dll) Version: 1.0.4841.26741
Syntax

public static IXConnection CreateConnection(
	string address,
	int port
)

Return Value

a xiqs server connection
See Also