Property Seekable
Seekable
Gets or sets a value indicating whether the returned Stream supports seeking.
public bool? Seekable { get; set; }
Property Value
- bool?
true
if the returned Stream supports seeking; otherwise,false
.
Gets or sets a value indicating whether the returned Stream supports seeking.
public bool? Seekable { get; set; }
true
if the returned Stream supports seeking; otherwise, false
.