SignalingHeaderParser Class

Definition

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.

public ref class SignalingHeaderParser
public class SignalingHeaderParser
type SignalingHeaderParser = class
Public Class SignalingHeaderParser
Inheritance
SignalingHeaderParser

Constructors

SignalingHeaderParser(SignalingHeader)

Constructs the object based on a specific signaling header instance.

Properties

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.

Methods

GetParameters()

Gets the header parameters from this header. Can be null if they do not exist.

Applies to