System.IO.BufferedStream.CanSeek Property

Gets a value indicating whether the current stream supports seeking.

Syntax

public override bool CanSeek { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If a class derived from System.IO.Stream does not support seeking, calls to BufferedStream.Length, BufferedStream.SetLength(long), BufferedStream.Position, and BufferedStream.Seek(long, SeekOrigin) throw a NotSupportedException.

If the stream is closed, this property returns false.

Requirements

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0