다음을 통해 공유


HttpContentRangeHeaderValue.FirstBytePosition 속성

정의

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

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

속성 값

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference

IReference<uint64_t>

데이터를 보내기 시작하는 위치(바이트)입니다.

적용 대상