HttpContentRangeHeaderValue.FirstBytePosition Property

Definition

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

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

Property Value

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference

IReference<uint64_t>

The position, in bytes, at which to start sending data.

Applies to