HttpBufferContent.TryComputeLength(UInt64) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
HttpBufferContent 길이를 바이트 단위로 계산합니다.
public:
virtual bool TryComputeLength([Out] unsigned long long & length) = TryComputeLength;
bool TryComputeLength([Out] uint64_t & length);
public bool TryComputeLength(out ulong length);
Public Function TryComputeLength (ByRef length As ULong) As Boolean
매개 변수
- length
-
UInt64
unsigned long long
uint64_t
HttpBufferContent의 길이(바이트)입니다.
반환
Boolean
bool
길이가 유효한 길이이면 true이고, 그렇지 않으면 false입니다.
구현
M:Windows.Web.Http.IHttpContent.TryComputeLength(System.UInt64@)
M:Windows.Web.Http.IHttpContent.TryComputeLength(unsigned long long@)
M:Windows.Web.Http.IHttpContent.TryComputeLength(uint64_t@)
설명
TryComputeLength 메서드는 HttpBufferContent의 콘텐츠 길이를 계산합니다. 이는 콘텐츠 길이를 쉽게 계산할 수 있는 콘텐츠 형식에 유용합니다.