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 | |
---|---|---|
SignalingHeaderParser | Constructs the object based on a specific signaling header instance. |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetParameters | Gets the header parameters from this header. Can be null if they do not exist. | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top