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.5.1
Syntax
public NatConfiguration(
	NatTraversalMethod methodType,
	string stunServerAddress,
	bool autoDetect
)

Parameters

methodType  NatTraversalMethod
 
stunServerAddress  String
 
autoDetect  Boolean
 
See Also