Click or drag to resize
NatConfiguration Constructor (NatTraversalMethod, String, Boolean)
Initializes a new instance of the NatConfiguration class

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

Parameters

methodType
Type: Ozeki.NetworkNatTraversalMethod
The method type used for NAT traversal.
stunServerAddress
Type: SystemString
STUN/TURN server settings.
autoDetect
Type: SystemBoolean
Detect NAT settings automatically.
See Also