How to Marshal a System.IO.Stream to C++

54 Views Asked by At

I am looking for a solution to pass a System.IO.Stream back and forth between a C# service and a C++ client, for this I want to use C++/CLI.

I already tried casting to a System.String, but I believe that is not the best way to do this.

0

There are 0 best solutions below