FromToHeader Members
Include Protected Members
Include Inherited Members
Exposes the parsed value of the "From" and "To" header of a SIP message.
The FromToHeader type exposes the following members.
Properties
Name | Description | |
---|---|---|
DisplayName | Gets the display name specified in header. | |
Epid | Gets the Epid in the header. | |
HeaderValue | Gets the string value of the header. | |
Tag | Gets the Tag specified in the header. | |
Uri | Gets the absolute URI specified in the header. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | Returns the string representation of FromToHeader object, which contains DisplayName, URI, Epid, Tag, HeaderValue properties. (Overrides Object.ToString().) |
Top