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>

停止发送数据的位置。

适用于