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.

class Microsoft.​Net.​Http.​Headers.​RangeHeaderValue

Assembly: Microsoft.Net.Http.Headers

Inheritance: object → 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>

Properties

Gets or sets the unit from the header.
Gets the ranges specified in the header.

Methods

public string
ToString​()
public bool
Equals​(object obj)
public int
GetHashCode​()
public static RangeHeaderValue
Parse​(Extensions.​Primitives.​StringSegment input)
Parses <paramref name="input" /> as a <see cref="T:Microsoft.Net.Http.Headers.RangeHeaderValue" /> value.
Returns The parsed values.
input The values to parse.
public static bool
TryParse​(Extensions.​Primitives.​StringSegment input, RangeHeaderValue& parsedValue)
protected void
Finalize​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object