System::Net::Http::HttpContent::LoadIntoBuffer-metod

HttpContent::LoadIntoBuffer() method

Serialiserar innehållet till en minnesbuffert.

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

Se även

HttpContent::LoadIntoBuffer(int64_t) method

Serialiserar innehållet till en minnesbuffert.

void System::Net::Http::HttpContent::LoadIntoBuffer(int64_t maxBufferSize)
ParameterTypBeskrivning
maxBufferSizeint64_tDet maximala antalet byte i bufferten som ska användas.

Se även