Gets a value indicating whether the current stream supports seeking.

Namespace:  Rebex.IO.Compression.Streams
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public Overrides ReadOnly Property CanSeek As Boolean
	Get
C#
public override bool CanSeek { get; }

Field Value

False because this stream does not support seeking.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also