Overload List
| Name | Description | |
|---|---|---|
| AddFileAsync(Stream, String) |
Begins asynchronous AddFile operation.
Adds data from the specified stream to the ZIP archive.
| |
| AddFileAsync(String, String) |
Begins asynchronous AddFile operation.
Adds the specified local file to the specified directory within the ZIP archive.
| |
| AddFileAsync(Stream, String, ActionOnExistingFiles) |
Begins asynchronous AddFile operation.
Adds data from the specified stream to the ZIP archive.
| |
| AddFileAsync(String, String, ActionOnExistingFiles) |
Begins asynchronous AddFile operation.
Adds the specified local file to the specified directory within the ZIP archive.
|