When overridden in a derived class, gets a value indicating whether the current stream supports seeking.
true if the stream supports seeking; otherwise, false.
If a class derived from System.IO.Stream does not support seeking, calls to Stream.Length, Stream.SetLength(long), Stream.Position, and Stream.Seek(long, SeekOrigin) throw a NotSupportedException.
If the stream is closed, this property returns false.