Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Gets a value indicating whether the current stream supports seeking.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public override bool CanSeek { get; }

Field Value

true if the stream supports seeking; otherwise, false.

See Also