HeaderDictionaryTypeExtensions Class

Definition

Extension methods for accessing strongly typed HTTP request and response headers.

public ref class HeaderDictionaryTypeExtensions abstract sealed
public static class HeaderDictionaryTypeExtensions
type HeaderDictionaryTypeExtensions = class
Public Module HeaderDictionaryTypeExtensions
Inheritance
HeaderDictionaryTypeExtensions

Methods

AppendList<T>(IHeaderDictionary, String, IList<T>)

Appends a sequence of values to IHeaderDictionary.

GetTypedHeaders(HttpRequest)

Gets strongly typed HTTP request headers.

GetTypedHeaders(HttpResponse)

Gets strongly typed HTTP response headers.

Applies to