Property CanSeek
CanSeek
Gets a value indicating whether the current stream supports seeking.
Declaration
public override bool CanSeek { get; }
Property Value
Type | Description |
---|---|
System.Boolean | It specifies a boolean value, either true or false. |
Overrides
System.IO.Stream.CanSeek
Remarks
Always returns false, because CacheStream does not support seek operation.