Click or drag to resize
TCPTransportFactory Constructor
Initializes a new instance of the TCPTransportFactory class

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public TCPTransportFactory(
	string localAddress,
	int portRangeMinimum,
	int portRangeMaximum
)

Parameters

localAddress
Type: SystemString
portRangeMinimum
Type: SystemInt32
portRangeMaximum
Type: SystemInt32
See Also