System::Net::Http::ByteArrayContent::TryComputeLength yöntemi

ByteArrayContent::TryComputeLength method

Bayt dizisi uzunluğunu hesaplamaya çalışır.

bool System::Net::Http::ByteArrayContent::TryComputeLength(int64_t &length) override
ParameterTypeAçıklama
lengthint64_t&Hesaplanan uzunluğun atanacağı çıktı parametresi.

ReturnValue

Uzunluk başarıyla hesaplandığında doğru, aksi takdirde yanlış.

Ayrıca Bakınız