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>

完整内容实体正文的长度。

适用于