DiagnosticHeader Members
Include Protected Members
Include Inherited Members
Represents the diagnostic information received as ms-diagnostic header in the response.
The DiagnosticHeader type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DiagnosticHeader | Initialize a new instance of DiagnosticHeader from a given signalingHeader. |
Top
Properties
Name | Description | |
---|---|---|
Attributes | Gets the collection for name-value pairs of the header excluding the required attributes "source" and "reason". | |
ErrorCode | Gets the integer representing the "ErrorId" part of the ms-diagnostic header. | |
HeaderName | Name of the header, it will be either "ms-diagnostics" or "ms-diagnostics-public". | |
Reason | Gets the string representing the value of the reason attribute specified in ms-diagnostic header. | |
Source | Gets the string representing the value of the source attribute specified in ms-diagnostic header. | |
SubErrorWarning | Gets the sub-error warning code as a string. For example, if the warning code is NNNN.XXXX.YYYY, then the value XXXX.YYYY is returned. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
GetValue | Returns the string representation of value of diagnostic header. | |
MemberwiseClone | (inherited from Object) | |
ParseDiagnosticHeader(IEnumerable<SignalingHeader>) | Gets the parsed diagnostic header from a list of signaling headers. | |
ParseDiagnosticHeader(SipMessageData) | Gets the parsed diagnostic header from a response. | |
ToString | Returns the string representation of dignostic header contains only error code, source and reason. (Overrides Object.ToString().) |
Top