ContentRangeHeaderValue Properties

.NET Framework (current version)
 

Namespace:   System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)

NameDescription
System_CAPS_pubpropertyFrom

Gets the position at which to start sending data.

System_CAPS_pubpropertyHasLength

Gets whether the Content-Range header has a length specified.

System_CAPS_pubpropertyHasRange

Gets whether the Content-Range has a range specified.

System_CAPS_pubpropertyLength

Gets the length of the full entity-body.

System_CAPS_pubpropertyTo

Gets the position at which to stop sending data.

System_CAPS_pubpropertyUnit

The range units used.

Return to top
Show: