The SignalingHeaderParsertype exposes the following members.

Constructors

  Name Description
SignalingHeaderParser
Constructs the object based on a specific signaling header instance.

Methods

  Name Description
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetParameters
Gets the header parameters from this header. Can be null if they do not exist.
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString (Inherited from Object.)

Properties

  Name Description
DisplayName
Gets the display name of the header. Can be String.Empty if the header has no display name.
Uri
Gets the URI of the header. Can be null if the header has no URI.
ValueWithNoParameters
Gets the value of the header without the header parameters. Can be null. This property may not be available for all headers even if it has a value without parameters.

See Also