Parses a SignalingHeader object into its components.

The following tables list the members exposed by the SignalingHeaderParser type.

Public Constructors

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

Public Properties

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

Public Methods (see also Protected Methods )

  Name Description
Equals  Overloaded. (inherited from Object )
GetHashCode  (inherited from Object )
GetParameters Gets the header parameters from this header, which can be null if they do not exist.
GetType  (inherited from Object )
ReferenceEquals  (inherited from Object )
ToString  (inherited from Object )
Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )
Top

See Also