HttpHeader
Represents an HTTP header.
Commonly defined header values.
Contains names of commonly used headers.
Gets header name.
Gets header value. If the header has multiple values they would be joined with a comma. To get separate values use TryGetValues or TryGetValues.
Creates a new instance of HttpHeader with provided name and value.
Indicates whether the current object is equal to another object of the same type.