Class GzipLoadOptions
GzipLoadOptions class
Options for loading GzipArchive
.
public class GzipLoadOptions
Constructors
Name | Description |
---|---|
GzipLoadOptions() | The default constructor. |
Properties
Name | Description |
---|---|
CancellationToken { get; set; } | Gets or sets a cancellation token used to cancel the extraction operation. |
ParseHeader { get; set; } | Gets or sets the value indicating whether to parse stream header to figure out properties, including name. Makes sense for seekable stream only. |
Remarks
In the .NET Framework 4.0 and above, can be used to cancel extraction.
See Also
- namespace Aspose.Zip.Gzip
- assembly Aspose.Zip