Does anyone know where I can find a Stream splitter implementation?
I\'m looking to take a Stream, and obtain two separate streams that can be independently read a
The below seems to be valid called EchoStream http://www.codeproject.com/Articles/3922/EchoStream-An-Echo-Tee-Stream-for-NET Its a very old implementation (2003) but should provide some context
found via Redirect writes to a file to a stream C#