PhoneLineConfigurationNatConfig Property |
Gets the NAT configuration used when registering the SIP account, and when making or receiving calls.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic INatConfiguration NatConfig { get; set; }
Public Property NatConfig As INatConfiguration
Get
Set
public:
virtual property INatConfiguration^ NatConfig {
INatConfiguration^ get () sealed;
void set (INatConfiguration^ value) sealed;
}
abstract NatConfig : INatConfiguration with get, set
override NatConfig : INatConfiguration with get, set
Property Value
Type:
INatConfigurationImplements
ISIPConfigurationNatConfig
See Also