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

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

Parameters

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