Gets a bool 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, the following methods throw a NotSupportedException: Stream.Length, Stream.SetLength(long), Stream.Position, or Stream.Seek(long, SeekOrigin).