NatConfiguration(NatTraversalMethod, String) Constructor |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic NatConfiguration(
NatTraversalMethod methodType,
string stunServerAddress
)
Public Sub New (
methodType As NatTraversalMethod,
stunServerAddress As String
)
public:
NatConfiguration(
NatTraversalMethod methodType,
String^ stunServerAddress
)
new :
methodType : NatTraversalMethod *
stunServerAddress : string -> NatConfiguration
Parameters
- methodType NatTraversalMethod
- The method type used for NAT traversal.
- stunServerAddress String
- Address of the STUN/TURN server.
See Also