Click or drag to resize

UDPRealTransportFactory Constructor

Initializes a new instance of the UDPRealTransportFactory class

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

Parameters

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