NatConfiguration Constructor (NatTraversalMethod, String) |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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