ZeroStream.CanSeek property

Returns whether the current stream supports seeking.

public override bool CanSeek { get; }

Property Value

True if the stream supports seeking; otherwise, false.

See Also