PipelineRequestHeaders
public abstract class PipelineRequestHeaders : IEnumerable<KeyValuePair<string, string>>, IEnumerable
Represents the collection of HTTP headers on a PipelineRequest.
protected PipelineRequestHeaders()
Adds the specified header and its value to the request's header
collection. If a header with this name is already present in the
collection, the value will be added to the comma-separated list of
values associated with the header.
Returns an enumerator that iterates through the collection.
Removes the specified header from the request's header collection.
Sets the specified header and its value in the request's header
collection. If a header with this name is already present in the
collection, the header's value will be replaced with the specified value.
Attempts to retrieve the value associated with the specified header name.
Attempts to retrieve the values associated with the specified header name.