RangeItemHeaderValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a byte range in a Range header value.
The RangeItemHeaderValue class provides support for a byte range in a Range
as defined
in RFC 2616.
public ref class RangeItemHeaderValue
public class RangeItemHeaderValue
type RangeItemHeaderValue = class
Public Class RangeItemHeaderValue
- Inheritance
-
RangeItemHeaderValue
Constructors
RangeItemHeaderValue(Nullable<Int64>, Nullable<Int64>) |
Initializes a new instance of the RangeItemHeaderValue class. |
Properties
From |
Gets the position at which to start sending data. |
To |
Gets the position at which to stop sending data. |
Methods
Equals(Object) | Determines whether the specified object is equal to the current object. |
GetHashCode() | Serves as the default hash function. |
ToString() | Returns a string that represents the current object. |