NatConfiguration Class |
Namespace: Ozeki.Network
The NatConfiguration type exposes the following members.
Name | 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(String, Boolean) |
Initializes a new instance of the NatConfiguration class
| |
NatConfiguration(NatTraversalMethod, String) |
Initializes a new instance of the NatConfiguration class
| |
NatConfiguration(NatTraversalMethod, String, Boolean) |
Initializes a new instance of the NatConfiguration class
|
Name | Description | |
---|---|---|
Clone | ||
Equals(Object) | (Overrides ObjectEquals(Object).) | |
Equals(INatConfiguration) |
Name | Description | |
---|---|---|
AutoDetect |
Gets or sets a boolean value indicating whether the system will decide automatically that the local or public address will be used.
The public address will be determined using the specified traversal method type.
When the auto-detect mode is turned off, the system always use the specified traversal method.
| |
StaticPublicAddress |
Gets or sets the public IP address that will be used for SIP and media communication.
| |
StunServer |
Gets or sets the configuration of the remote server (STUN server).
| |
StunServerAddress |
Gets or sets the address of the STUN server.
| |
TraversalMethodType |
Gets the mode of the NAT traversal.
| |
UseNat |
Gets or sets a boolean value indicating whether public address use is enabled for SIP and media communication.
|