0 out of 1 rated this helpful - Rate this topic

System.Net.Http.Headers Namespace

.NET Framework 4.5

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

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

  ClassDescription
Public classSupported in .NET for Windows Store appsAuthenticationHeaderValueRepresents authentication information in Authorization, ProxyAuthorization, WWW-Authenticate, and Proxy-Authenticate header values.
Public classSupported in .NET for Windows Store appsCacheControlHeaderValueRepresents the value of the Cache-Control header.
Public classSupported in .NET for Windows Store appsContentDispositionHeaderValueRepresents the value of the Content-Disposition header.
Public classSupported in .NET for Windows Store appsContentRangeHeaderValueRepresents the value of the Content-Range header.
Public classSupported in .NET for Windows Store appsEntityTagHeaderValueRepresents an entity-tag header value.
Public classSupported in .NET for Windows Store appsHttpContentHeadersRepresents the collection of Content Headers as defined in RFC 2616.
Public classSupported in .NET for Windows Store appsHttpHeadersA collection of headers and their values as defined in RFC 2616.
Public classSupported in .NET for Windows Store appsHttpHeaderValueCollection<T>Represents a collection of header values.
Public classSupported in .NET for Windows Store appsHttpRequestHeadersRepresents the collection of Request Headers as defined in RFC 2616.
Public classSupported in .NET for Windows Store appsHttpResponseHeadersRepresents the collection of Response Headers as defined in RFC 2616.
Public classSupported in .NET for Windows Store appsMediaTypeHeaderValueRepresents a media type used in a Content-Type header as defined in the RFC 2616.
Public classSupported in .NET for Windows Store appsMediaTypeWithQualityHeaderValueRepresents a media type with an additional quality factor used in a Content-Type header.
Public classSupported in .NET for Windows Store appsNameValueHeaderValueRepresents a name/value pair used in various headers as defined in RFC 2616.
Public classSupported in .NET for Windows Store appsNameValueWithParametersHeaderValueRepresents a name/value pair with parameters used in various headers as defined in RFC 2616.
Public classSupported in .NET for Windows Store appsProductHeaderValueRepresents a product token value in a User-Agent header.
Public classSupported in .NET for Windows Store appsProductInfoHeaderValueRepresents a value which can either be a product or a comment in a User-Agent header.
Public classSupported in .NET for Windows Store appsRangeConditionHeaderValueRepresents an If-Range header value which can either be a date/time or an entity-tag value.
Public classSupported in .NET for Windows Store appsRangeHeaderValueRepresents a Range header value.
Public classSupported in .NET for Windows Store appsRangeItemHeaderValueRepresents a byte range in a Range header value.
Public classSupported in .NET for Windows Store appsRetryConditionHeaderValueRepresents a Retry-After header value which can either be a date/time or a timespan value.
Public classSupported in .NET for Windows Store appsStringWithQualityHeaderValueRepresents a string header value with an optional quality.
Public classSupported in .NET for Windows Store appsTransferCodingHeaderValueRepresents an accept-encoding header value.
Public classSupported in .NET for Windows Store appsTransferCodingWithQualityHeaderValueRepresents an Accept-Encoding header value.with optional quality factor.
Public classSupported in .NET for Windows Store appsViaHeaderValueRepresents the value of a Via header.
Public classSupported in .NET for Windows Store appsWarningHeaderValueRepresents a warning value used by the Warning header.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.