HttpContentRangeHeaderValue.LastBytePosition Property

Definition

Gets the position at which to stop sending data in the Content-Range HTTP header.

public:
 property IReference<unsigned long long> ^ LastBytePosition { IReference<unsigned long long> ^ get(); };
IReference<uint64_t> LastBytePosition();
public System.Nullable<ulong> LastBytePosition { get; }
var iReference = httpContentRangeHeaderValue.lastBytePosition;
Public ReadOnly Property LastBytePosition As Nullable(Of ULong)

Property Value

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference

IReference<uint64_t>

The position at which to stop sending data.

Applies to