When overridden in a derived class, gets a value indicating whether the current stream supports seeking.
Namespace: System.IOAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public abstract bool CanSeek { get; }
Return Value
Type:
Booleantrue if the stream supports seeking; otherwise, false.
See Also