SIPCallBasicInfoSIPNatConfig Property |
Gets or sets the NAT configuration for the call.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic INatConfiguration SIPNatConfig { get; set; }
Public Property SIPNatConfig As INatConfiguration
Get
Set
public:
property INatConfiguration^ SIPNatConfig {
INatConfiguration^ get ();
void set (INatConfiguration^ value);
}
member SIPNatConfig : INatConfiguration with get, set
Property Value
Type:
INatConfiguration
See Also