System::Net::Http::HttpContent::LoadIntoBuffer method
HttpContent::LoadIntoBuffer() method
Serializes content to a memory buffer.
void System::Net::Http::HttpContent::LoadIntoBuffer()
See Also
- Class HttpContent
- Namespace System::Net::Http
- Library Aspose.TeX for C++
HttpContent::LoadIntoBuffer(int64_t) method
Serializes content to a memory buffer.
void System::Net::Http::HttpContent::LoadIntoBuffer(int64_t maxBufferSize)
Parameter | Type | Description |
---|---|---|
maxBufferSize | int64_t | The maximum number of bytes of the buffer to use. |
See Also
- Class HttpContent
- Namespace System::Net::Http
- Library Aspose.TeX for C++