次の方法で共有


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>

完全なコンテンツ エンティティ本文の長さ。

適用対象