Tagged Questions
1
vote
2answers
1k views
Are there an alternative to System.IO.BufferedStream in C#?
I receive the follow exception:
System.NotSupportedException : This stream does not support seek operations.
at System.Net.Sockets.NetworkStream.Seek(Int64 offset, SeekOrigin origin)
at ...