Ozeki VoIP SDK Class library
NatConfiguration Class
NamespacesOzeki.Network.NatNatConfiguration
Provides NAT settings for phone lines.
Declaration Syntax
C#Visual BasicVisual C++
public class NatConfiguration
Public Class NatConfiguration
public ref class NatConfiguration
Members
All MembersConstructorsProperties



IconMemberDescription
NatConfiguration()()()()
Initializes a new instance of the NatConfiguration class and will detect NAT settings automatically.

NatConfiguration(NatTraversalMethod)
Initializes a new instance of the NatConfiguration class.

NatConfiguration(NatTraversalMethod, String)
Initializes a new instance of the NatConfiguration class

NatConfiguration(NatTraversalMethod, NatRemoteServer)
Initializes a new instance of the NatConfiguration class

NatConfiguration(NatTraversalMethod, NatRemoteServer, Boolean)
Initializes a new instance of the NatConfiguration class

AutoDetect
Gets a boolean value indicating whether the system detects the NAT settings automatically.

RemoteServer
Gets the configuration of the remote server.

TraversalMethodType
Gets the type of the method used for communicating with STUN server.

UseNat
Gets a boolean value indicating whether the system uses public address for communication.

Inheritance Hierarchy
Object
NatConfiguration

Assembly: VoIPSDK (Module: VoIPSDK) Version: 10.0.6.243