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 the value of the Content-Range header.
Inheritance Hierarchy
System.Object
System.Net.Http.Headers.ContentRangeHeaderValue
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Class ContentRangeHeaderValue
'Usage
Dim instance As ContentRangeHeaderValue
public class ContentRangeHeaderValue
public ref class ContentRangeHeaderValue
type ContentRangeHeaderValue = class end
public class ContentRangeHeaderValue
The ContentRangeHeaderValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ContentRangeHeaderValue(Int64) | Initializes a new instance of the ContentRangeHeaderValue class. |
![]() |
ContentRangeHeaderValue(Int64, Int64) | Initializes a new instance of the ContentRangeHeaderValue class. |
![]() |
ContentRangeHeaderValue(Int64, Int64, Int64) | Initializes a new instance of the ContentRangeHeaderValue class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
From | Gets {insert text here}. |
![]() |
HasLength | Gets {insert text here}. |
![]() |
HasRange | Gets {insert text here}. |
![]() |
Length | Gets {insert text here}. |
![]() |
To | Gets {insert text here}. |
![]() |
Unit | Gets or sets {insert text here}. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Overrides Object.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Overrides Object.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() ![]() |
Parse | |
![]() |
ToString | (Overrides Object.ToString().) |
![]() ![]() |
TryParse |
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.