LoadIntoBuffer()

HttpContent::LoadIntoBuffer() method

Serializes content to a memory buffer.

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

HttpContent::LoadIntoBuffer(int64_t) method

Serializes content to a memory buffer.

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

Arguments

ParameterTypeDescription
maxBufferSizeint64_tThe maximum number of bytes of the buffer to use.

See Also