Mono Class Library: System.IO.Stream Overview | MembersSystem.IO.Stream.CanSeek Property |
Gets a bool value indicating whether the current stream supports seeking. [Edit]
|
true if the stream supports seeking; otherwise, false. [Edit]
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).
Operation
As described above. [Edit]
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0