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++