NatConfiguration Constructor (NatTraversalMethod, String) |
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- Type: Ozeki.NetworkNatTraversalMethod
The method type used for NAT traversal. - stunServerAddress
- Type: SystemString
Address of the STUN/TURN server.
See Also