FailureResponseException.DiagnosticInformation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property Microsoft::Rtc::Signaling::DiagnosticHeader ^ DiagnosticInformation { Microsoft::Rtc::Signaling::DiagnosticHeader ^ get(); };
public Microsoft.Rtc.Signaling.DiagnosticHeader DiagnosticInformation { get; }
member this.DiagnosticInformation : Microsoft.Rtc.Signaling.DiagnosticHeader
Public ReadOnly Property DiagnosticInformation As DiagnosticHeader