Edit

Share via


ConferenceFailureException.DiagnosticInformation Property

Definition

Gets the DiagnosticHeader representing the diagnostic information received as ms-diagnostics or ms-diagnostics-public header in the response.

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

Property Value

Remarks

If the failure message contains both ms-diagnostics header and ms-diagnostics-public headers then this will represent the ms-diagnostics header information. If there is no diagnostic information then this property will return null value.

Applies to