The ConcatStream is used to join several streams together.
ConcatStream
using(var concatStream = new ConcatStream(stream1, stream2, stream3)) { concatStream.CopyTo(output); }
There was an error while loading. Please reload this page.