FromToHeader Class

Definition

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.

Applies to