다음을 통해 공유


HttpContentRangeHeaderValue.LastBytePosition 속성

정의

Content-Range HTTP 헤더에서 데이터 전송을 중지할 위치를 가져옵니다.

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

속성 값

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference

IReference<uint64_t>

데이터 보내기를 중지하는 위치입니다.

적용 대상