Class GzipLoadOptions

GzipLoadOptions class

Options for loading GzipArchive.

public class GzipLoadOptions

Constructors

NameDescription
GzipLoadOptions()The default constructor.

Properties

NameDescription
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