SignalingHeaderParser Members

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

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
Bb759260.pubproperty(en-us,office.12).gif DisplayName Gets the display name of the header, which can be String.Empty if the header has no display name.
Bb759260.pubproperty(en-us,office.12).gif Uri Gets the URI of the header, which can be null if the header has no URI.
Bb759260.pubproperty(en-us,office.12).gif 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
Bb759260.pubmethod(en-us,office.12).gif Equals Overloaded. (inherited from Object )
Bb759260.pubmethod(en-us,office.12).gif GetHashCode (inherited from Object )
Bb759260.pubmethod(en-us,office.12).gif GetParameters Gets the header parameters from this header, which can be null if they do not exist.
Bb759260.pubmethod(en-us,office.12).gif GetType (inherited from Object )
Bb759260.pubmethod(en-us,office.12).gif Bb759260.static(en-us,office.12).gif ReferenceEquals (inherited from Object )
Bb759260.pubmethod(en-us,office.12).gif ToString (inherited from Object )

Top

Protected Methods

Name Description
Bb759260.protmethod(en-us,office.12).gif Finalize (inherited from Object )
Bb759260.protmethod(en-us,office.12).gif MemberwiseClone (inherited from Object )

Top

See Also

Reference

SignalingHeaderParser Class
Microsoft.Rtc.Signaling Namespace