RangeItemHeaderValue.To プロパティ

定義

データの送信を終了する位置を取得します。

public:
 property Nullable<long> To { Nullable<long> get(); };
public long? To { get; }
member this.To : Nullable<int64>
Public ReadOnly Property To As Nullable(Of Long)

プロパティ値

Nullable<Int64>

データの送信を終了する位置。

適用対象