Any one here know how to write the contents of a System.IO.Stream object, into a System.IO.MemoryStream object?
Printable View
Any one here know how to write the contents of a System.IO.Stream object, into a System.IO.MemoryStream object?
I can't test this right now, but I think the constructor of the memory stream takes a stream as a parameter.
Nope, it takes a byte array. Thanks though. I got it figured out. ( I think) :D