SIPCallBasicInfoSDPNatConfig Property |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic INatConfiguration SDPNatConfig { get; set; }
Public Property SDPNatConfig As INatConfiguration
Get
Set
public:
property INatConfiguration^ SDPNatConfig {
INatConfiguration^ get ();
void set (INatConfiguration^ value);
}
member SDPNatConfig : INatConfiguration with get, set
Property Value
Type:
INatConfiguration
See Also