共用方式為


HttpContentRangeHeaderValue.Length 屬性

定義

取得 Content-Range HTTP 標頭中完整內容實體主體的長度。

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

屬性值

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference

IReference<uint64_t>

完整內容實體主體的長度。

適用於