Class LzipLoadOptions

LzipLoadOptions class

Options for loading LzipArchive.

public class LzipLoadOptions

Constructors

NameDescription
LzipLoadOptions()The default constructor.

Properties

NameDescription
CancellationToken { get; set; }Gets or sets a cancellation token used to cancel the extraction operation.

Remarks

In the .NET Framework 4.0 and above, can be used to cancel extraction.

See Also