HttpContentRangeHeaderValue.Length Property
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.
Gets the length of the full content entity body in the Content-Range HTTP header.
public:
property IReference<unsigned long long> ^ Length { IReference<unsigned long long> ^ get(); };
IReference<uint64_t> Length();
public System.Nullable<ulong> Length { get; }
var iReference = httpContentRangeHeaderValue.length;
Public ReadOnly Property Length As Nullable(Of ULong)
Property Value
The length of the full content entity body.