RequestHeaders
Headers to be sent as part of the Request.
Adds the HttpHeader instance to the collection.
Adds the header to the collection. If a header with this name already exist adds an additional value to the header values.
Returns true if the headers is stored in the collection.
Returns an enumerator that iterates through the RequestHeaders.
Removes the header from the collection.
Sets the header value name. If a header with this name already exist replaces it's value.
Returns header value if the headers 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.