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
class CacheControlHeaderValue
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
class ContentRangeHeaderValue
Represents a <c>Content-Range</c> response HTTP header.
class CookieHeaderValue
Represents the HTTP request <c>Cookie</c> header.
class EntityTagHeaderValue
Represents an entity-tag ( <c>etag</c> ) header value.
class HeaderNames
Defines constants for well-known HTTP headers.
class HeaderQuality
Provides HTTP header quality factors.
class HeaderUtilities
Provides utilities to parse and modify HTTP header values.
class MediaTypeHeaderValue
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).
class NameValueHeaderValue
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.
class RangeHeaderValue
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>
class RangeItemHeaderValue
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>
enum SameSiteMode
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" />
class SetCookieHeaderValue
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.