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

适用于