Click or drag to resize

NatConfiguration(NatTraversalMethod, String) Constructor

Initializes a new instance of the NatConfiguration class

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public NatConfiguration(
	NatTraversalMethod methodType,
	string stunServerAddress
)

Parameters

methodType  NatTraversalMethod
The method type used for NAT traversal.
stunServerAddress  String
Address of the STUN/TURN server.
See Also