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: 10.3.199.0
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