Click or drag to resize
DeflateStreamCanSeek Property
Gets a value indicating whether the stream supports seeking.

Namespace: CMS.IO.Compression
Assembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntax
C#
public override bool CanSeek { get; }

Return Value

Type: Boolean
False in all cases.
See Also