Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 FailureResponseException
Dim value As Collection(Of WarningHeader)
value = instance.WarningInformation
public Collection<WarningHeader> WarningInformation { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<WarningHeader>
See Also
Reference
FailureResponseException Class