ContentRangeHeaderValue.HasRange プロパティ

定義

Content-Range に指定された範囲があるかどうかを取得します。

public:
 property bool HasRange { bool get(); };
public bool HasRange { get; }
member this.HasRange : bool
Public ReadOnly Property HasRange As Boolean

プロパティ値

true Content-Range に指定された範囲がある場合。それ以外の場合は false

適用対象