CallOptionalHeadersWarning Property |
Gets the value of the Warning header. (usually present when the other party was busy)
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic WarningInfo Warning { get; set; }
Public Property Warning As WarningInfo
Get
Set
public:
property WarningInfo^ Warning {
WarningInfo^ get ();
void set (WarningInfo^ value);
}
member Warning : WarningInfo with get, set
Property Value
Type:
WarningInfo
See Also