Provides NAT settings for phone lines.
| C# | Visual Basic | Visual C++ |
public class NatConfiguration
Public Class NatConfiguration
public ref class NatConfiguration
| All Members | Constructors | Properties | |||
| Icon | Member | Description |
|---|---|---|
| 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.
|
| Object | |
| NatConfiguration | |