DictionaryHeaders
class DictionaryHeaders
An implementation for manipulating headers on Request.
public DictionaryHeaders()
Initializes an instance of DictionaryHeaders
Adds a header value to the header collection.
Returns true if the header is stored in the collection.
Returns an iterator enumerating HttpHeader in the request.
Removes the header from the collection.
Sets a header value the header collection.
Returns header value if the header is stored in the collection. If the header has multiple values they are going to be joined with a comma.
Returns header values if the header is stored in the collection.