My client gets from another client a stream but my client need to read only from the middle of that stream.
In WCF, the stream I get, cannot be converted to FileStream
even if the other client created that stream at the start as FileStream
before he gave that stream to my client.
Thats why my client cant do that:
Stream1.Read(Buffer, Middle_Of_Stream, Buffer.Length)
Any solutions will be appreciated!
*streaming mode = streaming.