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.​RangeItemHeaderValue
Assembly: Microsoft.Net.Http.Headers
Inheritance: object → 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>
Properties
public
long?
From
Gets the position at which to start sending data.
public
long?
To
Gets the position at which to stop sending data.
Methods
public
string
ToString​()
public
bool
Equals​(object obj)
public
int
GetHashCode​()
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object