Click or drag to resize

NatConfiguration(NatTraversalMethod, String, Boolean) 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,
	bool autoDetect
)

Parameters

methodType  NatTraversalMethod
The method type used for NAT traversal.
stunServerAddress  String
STUN/TURN server settings.
autoDetect  Boolean
Detect NAT settings automatically.
See Also