FromToHeader Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exposes the parsed value of the "From" and "To" header of a SIP message.
public ref class FromToHeader
public class FromToHeader
type FromToHeader = class
Public Class FromToHeader
- Inheritance
-
FromToHeader
Properties
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. |
Methods
ToString() |
Returns the string representation of FromToHeader object, which contains DisplayName, URI, Epid, Tag, HeaderValue properties. |