共用方式為


HttpContentRangeHeaderValue.LastBytePosition 屬性

定義

取得停止在 Content-Range HTTP 標頭中傳送資料的位置。

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)

屬性值

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference

IReference<uint64_t>

要停止傳送資料的位置。

適用於