다음을 통해 공유


HttpContentRangeHeaderValue.Length 속성

정의

Content-Range HTTP 헤더에서 전체 콘텐츠 엔터티 본문의 길이를 가져옵니다.

public:
 property IReference<unsigned long long> ^ Length { IReference<unsigned long long> ^ get(); };
IReference<uint64_t> Length();
public System.Nullable<ulong> Length { get; }
var iReference = httpContentRangeHeaderValue.length;
Public ReadOnly Property Length As Nullable(Of ULong)

속성 값

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference

IReference<uint64_t>

전체 콘텐츠 엔터티 본문의 길이입니다.

적용 대상