Click or drag to resize

BaseTransportFactory Constructor

Initializes a new instance of the BaseTransportFactory class

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
protected BaseTransportFactory(
	string localAddress,
	int portRangeMinimum,
	int portRangeMaximum
)

Parameters

localAddress  String
 
portRangeMinimum  Int32
 
portRangeMaximum  Int32
 
See Also