Position
overridegetset
public override long PositionWhen overridden in a derived class, gets or sets the position within the current stream.
Returns
The current position within the stream.
Exceptions
System.IO.IOException- An I/O error occurs.
System.NotSupportedException- The stream does not support seeking.
System.ObjectDisposedException- Methods were called after the stream was closed.
