CanSeek

SplitStreamContainer.CanSeek property

Gets a value indicating whether stream supports seeking.

public override bool CanSeek { get; }

Property Value

true if stream supports seeking; otherwise, false.

See Also