MessageHeaders class
Defines a dictionary of string keys and string values representing headers attached to a Hub message.
Constructors
Properties
Methods
-
addMessageHeaders(
MessageHeaders? newHeaders) → void - Concatenate message headers
-
getHeaderValue(
String name) → String? - Gets the header with the specified key.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeHeader(
String name) → void - Removes the given header
-
setHeaderValue(
String name, String value) → void - Sets the header with the specified key.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- AuthorizationHeaderName → const String