다음을 통해 공유


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입니다.

적용 대상