FailureRequestException.WarningInformation Property
Gets the list of warning headers representing the warning information received as Warning Header in the request.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property WarningInformation As Collection(Of WarningHeader)
Get
'Usage
Dim instance As FailureRequestException
Dim value As Collection(Of WarningHeader)
value = instance.WarningInformation
public Collection<WarningHeader> WarningInformation { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<WarningHeader>