System::Net::Http::HttpContent::LoadIntoBuffer 方法
HttpContent::LoadIntoBuffer() method
将内容序列化到内存缓冲区。
void System::Net::Http::HttpContent::LoadIntoBuffer()
另见
- Class HttpContent
- Namespace System::Net::Http
- Library Aspose.Font for C++
HttpContent::LoadIntoBuffer(int64_t) method
将内容序列化到内存缓冲区。
void System::Net::Http::HttpContent::LoadIntoBuffer(int64_t maxBufferSize)
| 参数 | 类型 | 描述 |
|---|---|---|
| maxBufferSize | int64_t | 要使用的缓冲区的最大字节数. |
另见
- Class HttpContent
- Namespace System::Net::Http
- Library Aspose.Font for C++