SIPCallBasicInfoSIPNatConfig Property |
Gets or sets the NAT configuration for the call.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
INatConfigurationSee Also