Click or drag to resize
StreamCanSeek Property
When overridden in a derived class, gets a value indicating whether the current stream supports seeking.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public abstract bool CanSeek { get; }

Return Value

Type: Boolean
true if the stream supports seeking; otherwise, false.
See Also