Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

Microsoft.Net.Http.Headers

System Library

Author Microsoft
Version 10.0.1
Tags

Public Types

Microsoft.​Net.​Http.​Headers

Represents the <c>Cache-Control</c> HTTP header.
Represents the value of a <c>Content-Disposition</c> header.
Various extension methods for <see cref="T:Microsoft.Net.Http.Headers.ContentDispositionHeaderValue" /> for identifying the type of the disposition header
Represents a <c>Content-Range</c> response HTTP header.
Represents the HTTP request <c>Cookie</c> header.
Represents an entity-tag ( <c>etag</c> ) header value.
class HeaderNames
Defines constants for well-known HTTP headers.
Provides HTTP header quality factors.
Provides utilities to parse and modify HTTP header values.
Representation of the media type header. See <see href="https://tools.ietf.org/html/rfc6838" /> .
Implementation of <see cref="T:System.Collections.Generic.IComparer`1" /> that can compare accept media type header fields based on their quality values (a.k.a q-values).
Represents a name/value pair used in various headers as defined in RFC 2616.
Represents an <c>If-Range</c> header value which can either be a date/time or an entity-tag value.
Represents a <c>Range</c> header value. <para> The <see cref="T:Microsoft.Net.Http.Headers.RangeHeaderValue" /> class provides support for the Range header as defined in <see href="https://tools.ietf.org/html/rfc2616">RFC 2616</see>. </para>
Represents a byte range in a Range header value. <para> The <see cref="T:Microsoft.Net.Http.Headers.RangeItemHeaderValue" /> class provides support for a byte range in a <c>Range</c> as defined in <see href="https://tools.ietf.org/html/rfc2616">RFC 2616</see>. </para>
Indicates if the client should include a cookie on "same-site" or "cross-site" requests. RFC Draft: <see href="https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-03#section-4.1.1" />
Represents the <c>Set-Cookie</c> header. <para> See http://tools.ietf.org/html/rfc6265 for the Set-Cookie header specification. </para>
A string header value with an optional quality.
Implementation of <see cref="T:System.Collections.Generic.IComparer`1" /> that can compare content negotiation header fields based on their quality values (a.k.a q-values). This applies to values used in accept-charset, accept-encoding, accept-language and related header fields with similar syntax rules. See <see cref="T:Microsoft.Net.Http.Headers.MediaTypeHeaderValueComparer" /> for a comparer for media type q-values.