Returns the string representation of the diagnostic header. The string will also contain ResponseCode, ResponseText, and diagnostic header information if present.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Overrides 
Function 
ToString 
As 
String
C#
public 
override 
string 
ToString()
Visual C++
public:
virtual 
String^ 
ToString() 
override
JavaScript
function 
toString();

Return Value

The string representation of this object.

Implements

_ExceptionToString () () ()

See Also