ContentRangeHeaderValue.HasLength プロパティ

定義

Content-Range ヘッダーが指定された長さであるかどうかを取得します。

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

プロパティ値

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

適用対象