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 DiagnosticHeader representing the diagnostic information received as ms-diagnostics or ms-diagnostics-public header in the response. 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 FailureResponseException
Dim value As DiagnosticHeader
value = instance.DiagnosticInformation
public DiagnosticHeader DiagnosticInformation { get; }
Property Value
Type: Microsoft.Rtc.Signaling.DiagnosticHeader
See Also
Reference
FailureResponseException Class