System::Net::Http::HttpContent::LoadIntoBuffer method

HttpContent::LoadIntoBuffer() method

Serializes content to a memory buffer.

void System::Net::Http::HttpContent::LoadIntoBuffer()

See Also

HttpContent::LoadIntoBuffer(int64_t) method

Serializes content to a memory buffer.

void System::Net::Http::HttpContent::LoadIntoBuffer(int64_t maxBufferSize)
ParameterTypeDescription
maxBufferSizeint64_tThe maximum number of bytes of the buffer to use.

See Also