NatConfiguration(NatTraversalMethod, String, Boolean) Constructor |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntaxpublic NatConfiguration(
NatTraversalMethod methodType,
string stunServerAddress,
bool autoDetect
)
Public Sub New (
methodType As NatTraversalMethod,
stunServerAddress As String,
autoDetect As Boolean
)
public:
NatConfiguration(
NatTraversalMethod methodType,
String^ stunServerAddress,
bool autoDetect
)
new :
methodType : NatTraversalMethod *
stunServerAddress : string *
autoDetect : bool -> NatConfigurationParameters
- methodType NatTraversalMethod
-
- stunServerAddress String
-
- autoDetect Boolean
-
See Also