WarningHeader Members
Include Protected Members
Include Inherited Members
Represents the diagnostic information received as Warning header. Warning is a general SIP header, which conveys the warnings from the remote.
The WarningHeader type exposes the following members.
Properties
Name | Description | |
---|---|---|
Agent | Gets the warning agent value that represents the source of this warning. | |
Code | Gets the warning code value. | |
Text | Gets the warning text value that represents the reason for this warning. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
GetValue | Get the value of this warning header. | |
MemberwiseClone | (inherited from Object) | |
ToString | Returns the string representation of warning header that contains only warn code, warn text and warn agent. (Overrides Object.ToString().) |
Top