Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a byte-range header value.
Inheritance Hierarchy
System.Object
  System.Net.Http.Headers.RangeItemHeaderValue
Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Class RangeItemHeaderValue
'Usage
Dim instance As RangeItemHeaderValue
public class RangeItemHeaderValue
public ref class RangeItemHeaderValue
type RangeItemHeaderValue =  class end
public class RangeItemHeaderValue
The RangeItemHeaderValue type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | RangeItemHeaderValue | Initializes a new instance of the RangeItemHeaderValue class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | From | Gets {insert text here}. | 
| .gif) | To | Gets {insert text here}. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Overrides Object.Equals(Object).) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Overrides Object.GetHashCode().) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | (Overrides Object.ToString().) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.