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

HttpContent::TryComputeLength method

İçerik boyutunu hesaplamaya çalışır.

virtual bool System::Net::Http::HttpContent::TryComputeLength(int64_t &length)=0
ParametreTürAçıklama
uzunlukint64_t&Hesaplanan boyutun atanacağı çıktı parametresi.

ReturnValue

Boyut başarıyla güncellendiğinde true, aksi takdirde false.

Ayrıca Bakınız