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

Assembly: VoIPSDK (Module: VoIPSDK) Version: 10.0.6.243