Ozeki VoIP SDK Class library
NatConfiguration Constructor (methodType, stunServerAddress)
NamespacesOzeki.Network.NatNatConfigurationNatConfiguration(NatTraversalMethod, String)
Initializes a new instance of the NatConfiguration class
Declaration Syntax
C#Visual BasicVisual C++
public NatConfiguration(
	NatTraversalMethod methodType,
	string stunServerAddress
)
Public Sub New ( 
	methodType As NatTraversalMethod,
	stunServerAddress As String
)
public:
NatConfiguration(
	NatTraversalMethod methodType, 
	String^ stunServerAddress
)
Parameters
methodType (NatTraversalMethod)
The method type used for NAT traversal.
stunServerAddress (String)
Address of the STUN/TURN server.

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290