StreamContainer.CanSeek

StreamContainer.CanSeek property

Gets a value indicating whether stream supports seeking.

public virtual bool CanSeek { get; }

Property Value

true if stream supports seeking; otherwise, false.

See Also