System::Net::Http::HttpContent::ReadAsStream method

HttpContent::ReadAsStream method

Serializes content and returns a stream.

System::SharedPtr<IO::Stream> System::Net::Http::HttpContent::ReadAsStream()

ReturnValue

A stream that represents serialized content.

See Also