System::Net::Http::HttpContent::LoadIntoBuffer メソッド
HttpContent::LoadIntoBuffer() method
コンテンツをメモリバッファにシリアライズします。
void System::Net::Http::HttpContent::LoadIntoBuffer()
参照
- Class HttpContent
- Namespace System::Net::Http
- Library Aspose.Page 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.Page for C++