FailureRequestException.DiagnosticInformation Property
Gets the DiagnosticHeader representing the diagnostic information received as ms-diagnostics or ms-diagnostics-public header in the request. If message contains both headers then this will represent the ms-diagnostics header information.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property DiagnosticInformation As DiagnosticHeader
Get
'Usage
Dim instance As FailureRequestException
Dim value As DiagnosticHeader
value = instance.DiagnosticInformation
public DiagnosticHeader DiagnosticInformation { get; }
Property Value
Type: Microsoft.Rtc.Signaling.DiagnosticHeader