Kittyfisto / SharpRemote

A .NET remoting library
MIT License
12 stars 5 forks source link

Implement Stream support #55

Open Kittyfisto opened 6 years ago

Kittyfisto commented 6 years ago

Currently it's not possible to pass Stream objects through methods of remoteable interface. This would be really useful when trying to transport vast amounts of data than merely sending a 1Gb blob via a byte[] parameter:

Goals: