Property CanSeek
CanSeek
Gets a value indicating whether stream supports seeking.
public virtual bool CanSeek { get; }
Property Value
- bool
true
if stream supports seeking; otherwise,false
.
Gets a value indicating whether stream supports seeking.
public virtual bool CanSeek { get; }
true
if stream supports seeking; otherwise, false
.