Represents HTTP content as a byte array. Objects of this class should only be allocated using System:...
Definition: byte_array_content.h:17
System::SharedPtr< IO::Stream > CreateContentReadStream() override
Creates a stream that is used to read content.
void SerializeToStream(System::SharedPtr< IO::Stream > stream) override
Writes content to the specified stream.
ByteArrayContent(System::ArrayPtr< uint8_t > content, int32_t offset, int32_t count)
Constructs a new instance.
bool TryComputeLength(int64_t &length) override
Tries to calculate the byte array length.
ByteArrayContent(System::ArrayPtr< uint8_t > content)
Constructs a new instance.
Represents content of an HTTP entity. Object of this class should only be allocated using System::Mak...
Definition: http_content.h:25