SignalingHeaderParser Members

Parses a [SignalingHeader] object into its components.

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, which can be [String.Empty] if the header has no display name.
Public property Uri Gets the URI of the header, which can be nullNothingnullptrunita null reference (Nothing in Visual Basic) if the header has no URI.
Public property ValueWithNoParameters Gets the value of the header without the header parameters, which can be nullNothingnullptrunita null reference (Nothing in Visual Basic). This property might 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, which can be nullNothingnullptrunita null reference (Nothing in Visual Basic) 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