OneOfTheseDays
Diamond Member
Hey guys I was wondering if there was a way with .NET Remoting to only send portions of an array. The main gist of our problem is we have this huge internal array that we use that is too big to send back to the client, instead of allocating a separate array to send back to the client we'd like to just only send back the portions of the array they need. Is there an easy way to do this?