Sets the current position of the stream to the given value. This method is not currently supported and always throws a NotSupportedException.
The position in the stream.
Type Reason NotSupportedException Any call to this method.
The System.IO.Stream base class uses this method to set the current position in the stream. This functionality is not supported in the System.Net.Sockets.NetworkStream class.
This method overrides System.IO.Stream.Seek(long, System.IO.SeekOrigin).