System::Net::Http::HttpContent::LoadIntoBuffer metode

HttpContent::LoadIntoBuffer() method

Menyerialkan konten ke buffer memori.

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

Lihat Juga

HttpContent::LoadIntoBuffer(int64_t) method

Menyerialkan konten ke buffer memori.

void System::Net::Http::HttpContent::LoadIntoBuffer(int64_t maxBufferSize)
ParameterTipeDeskripsi
maxBufferSizeint64_tJumlah maksimum byte dari buffer yang akan digunakan.

Lihat Juga