HttpContentRangeHeaderValue.LastBytePosition 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得停止在 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)
屬性值
要停止傳送資料的位置。