Share via


SignalingHeaderParser Members

Include Protected Members
Include Inherited Members

Assists in parsing a SignalingHeader object to decompose a header into parts such as displayname, URI, and parameters. If any component does not exist in the given header, it will be null.

The SignalingHeaderParser type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property DisplayName Gets the display name of the header. Can be String.Empty if the header has no display name.
Public property Uri Gets the URI of the header. Can be null if the header has no URI.
Public property 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.

Top

Methods

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

Top

See Also

Reference

SignalingHeaderParser Class

Microsoft.Rtc.Signaling Namespace