ContentRangeHeaderValue Properties
.NET Framework (current version)
Namespace:
System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
| Name | Description | |
|---|---|---|
![]() | From | Gets the position at which to start sending data. |
![]() | HasLength | Gets whether the Content-Range header has a length specified. |
![]() | HasRange | Gets whether the Content-Range has a range specified. |
![]() | Length | Gets the length of the full entity-body. |
![]() | To | Gets the position at which to stop sending data. |
![]() | Unit | The range units used. |
Show:
