UDPProxyTransportFactory Constructor |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic UDPProxyTransportFactory(
string localAddress,
int portRangeMinimum,
int portRangeMaximum
)
Public Sub New (
localAddress As String,
portRangeMinimum As Integer,
portRangeMaximum As Integer
)
public:
UDPProxyTransportFactory(
String^ localAddress,
int portRangeMinimum,
int portRangeMaximum
)
new :
localAddress : string *
portRangeMinimum : int *
portRangeMaximum : int -> UDPProxyTransportFactory
Parameters
- localAddress String
-
- portRangeMinimum Int32
-
- portRangeMaximum Int32
-
See Also