| UDPRealTransportFactory Constructor  | 
 
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic UDPRealTransportFactory(
	string localAddress,
	int portRangeMinimum,
	int portRangeMaximum
)
Public Sub New ( 
	localAddress As String,
	portRangeMinimum As Integer,
	portRangeMaximum As Integer
)
public:
UDPRealTransportFactory(
	String^ localAddress, 
	int portRangeMinimum, 
	int portRangeMaximum
)
new : 
        localAddress : string * 
        portRangeMinimum : int * 
        portRangeMaximum : int -> UDPRealTransportFactoryParameters
- localAddress
 - Type: SystemString
 - portRangeMinimum
 - Type: SystemInt32
 - portRangeMaximum
 - Type: SystemInt32
 
See Also