PipelineResponseHeaders
public abstract class PipelineResponseHeaders : IEnumerable<KeyValuePair<string, string>>, IEnumerable
A collection of HTTP response headers and their values.
protected PipelineResponseHeaders()
Gets an enumerator that iterates through the PipelineResponseHeaders.
Attempts to retrieve the value associated with the specified header
name.
Attempts to retrieve the values associated with the specified header name.