SignalingHeaderParser Members
Parses a [SignalingHeader] object into its components.
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, which can be [String.Empty] if the header has no display name. | |
Uri | Gets the URI of the header, which can be nullNothingnullptrunita null reference (Nothing in Visual Basic) if the header has no URI. | |
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 | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetParameters | Gets the header parameters from this header, which can be nullNothingnullptrunita null reference (Nothing in Visual Basic) if they do not exist. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top