Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

System.Net.Http.Headers Namespace

.NET Framework (current version)
 

Provides support for collections of HTTP headers used by the System.Net.Http namespace

ClassDescription
System_CAPS_pubclassAuthenticationHeaderValue

Represents authentication information in Authorization, ProxyAuthorization, WWW-Authenticate, and Proxy-Authenticate header values.

System_CAPS_pubclassCacheControlHeaderValue

Represents the value of the Cache-Control header.

System_CAPS_pubclassContentDispositionHeaderValue

Represents the value of the Content-Disposition header.

System_CAPS_pubclassContentRangeHeaderValue

Represents the value of the Content-Range header.

System_CAPS_pubclassEntityTagHeaderValue

Represents an entity-tag header value.

System_CAPS_pubclassHttpContentHeaders

Represents the collection of Content Headers as defined in RFC 2616.

System_CAPS_pubclassHttpHeaders

A collection of headers and their values as defined in RFC 2616.

System_CAPS_pubclassHttpHeaderValueCollection<T>

Represents a collection of header values.

System_CAPS_pubclassHttpRequestHeaders

Represents the collection of Request Headers as defined in RFC 2616.

System_CAPS_pubclassHttpResponseHeaders

Represents the collection of Response Headers as defined in RFC 2616.

System_CAPS_pubclassMediaTypeHeaderValue

Represents a media type used in a Content-Type header as defined in the RFC 2616.

System_CAPS_pubclassMediaTypeWithQualityHeaderValue

Represents a media type with an additional quality factor used in a Content-Type header.

System_CAPS_pubclassNameValueHeaderValue

Represents a name/value pair used in various headers as defined in RFC 2616.

System_CAPS_pubclassNameValueWithParametersHeaderValue

Represents a name/value pair with parameters used in various headers as defined in RFC 2616.

System_CAPS_pubclassProductHeaderValue

Represents a product token value in a User-Agent header.

System_CAPS_pubclassProductInfoHeaderValue

Represents a value which can either be a product or a comment in a User-Agent header.

System_CAPS_pubclassRangeConditionHeaderValue

Represents an If-Range header value which can either be a date/time or an entity-tag value.

System_CAPS_pubclassRangeHeaderValue

Represents a Range header value.

System_CAPS_pubclassRangeItemHeaderValue

Represents a byte range in a Range header value.

System_CAPS_pubclassRetryConditionHeaderValue

Represents a Retry-After header value which can either be a date/time or a timespan value.

System_CAPS_pubclassStringWithQualityHeaderValue

Represents a string header value with an optional quality.

System_CAPS_pubclassTransferCodingHeaderValue

Represents an accept-encoding header value.

System_CAPS_pubclassTransferCodingWithQualityHeaderValue

Represents an Accept-Encoding header value.with optional quality factor.

System_CAPS_pubclassViaHeaderValue

Represents the value of a Via header.

System_CAPS_pubclassWarningHeaderValue

Represents a warning value used by the Warning header.

The System.Net.Http.Headers namespace provides support for HTTP headers as defined in RFC 2616 by the IETF.

Return to top
Show: