NatConfigurationUseNat Property |
Gets or sets a boolean value indicating whether public address use is enabled for SIP and media communication.
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic bool UseNat { get; }
Public ReadOnly Property UseNat As Boolean
Get
public:
virtual property bool UseNat {
bool get () sealed;
}
abstract UseNat : bool with get
override UseNat : bool with get
Property Value
Type:
BooleanImplements
INatConfigurationUseNat
See Also