GZipStreamCanSeek Property |
Gets a value indicating whether the stream supports seeking.
Namespace: CMS.IO.CompressionAssembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntax public override bool CanSeek { get; }
Return Value
Type:
BooleanFalse in all cases.
See Also