次の方法で共有


HttpContentRangeHeaderValue.FirstBytePosition プロパティ

定義

Content-Range HTTP ヘッダーでデータの送信を開始する位置を取得します。

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

プロパティ値

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference

IReference<uint64_t>

データの送信を開始する位置 (バイト単位)。

適用対象