Click or drag to resize

UDPProxyTransportFactory Constructor

Initializes a new instance of the UDPProxyTransportFactory class

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

Parameters

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