System::Net::Http::HttpContent::LoadIntoBuffer Methode
HttpContent::LoadIntoBuffer() method
Serialisiert den Inhalt in einen Speicherpuffer.
void System::Net::Http::HttpContent::LoadIntoBuffer()
Siehe auch
- Class HttpContent
- Namespace System::Net::Http
- Library Aspose.Font for C++
HttpContent::LoadIntoBuffer(int64_t) method
Serialisiert den Inhalt in einen Speicherpuffer.
void System::Net::Http::HttpContent::LoadIntoBuffer(int64_t maxBufferSize)
| Parameter | Typ | Beschreibung |
|---|---|---|
| maxBufferSize | int64_t | Die maximale Anzahl von Bytes des zu verwendenden Puffers. |
Siehe auch
- Class HttpContent
- Namespace System::Net::Http
- Library Aspose.Font for C++