CallOptionalHeadersWarning Property |
Gets the value of the Warning header. (usually present when the other party was busy)
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
WarningInfoSee Also