System::Net::Http::HttpContent::LoadIntoBuffer Methode

HttpContent::LoadIntoBuffer() method

Serialisiert den Inhalt in einen Speicherpuffer.

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

Siehe auch

HttpContent::LoadIntoBuffer(int64_t) method

Serialisiert den Inhalt in einen Speicherpuffer.

void System::Net::Http::HttpContent::LoadIntoBuffer(int64_t maxBufferSize)
ParameterTypBeschreibung
maxBufferSizeint64_tDie maximale Anzahl von Bytes des zu verwendenden Puffers.

Siehe auch