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

HttpContent::LoadIntoBuffer() method

İçeriği bir bellek tamponuna serileştirir.

void System::Net::Http::HttpContent::LoadIntoBuffer()

Ayrıca Bakınız

HttpContent::LoadIntoBuffer(int64_t) method

İçeriği bir bellek tamponuna serileştirir.

void System::Net::Http::HttpContent::LoadIntoBuffer(int64_t maxBufferSize)
ParametreTürAçıklama
maxBufferSizeint64_tKullanılacak tamponun azami bayt sayısı.

Ayrıca Bakınız