| Overload | Description |
|---|---|
| AddAsync(StorageFile) | Adds a file to the current zip file. |
| AddAsync(StorageFile,String) | Adds a file to the current zip file. |
| AddAsync(Stream,String,DateTime) | Adds a stream to the current zip file. |
| AddAsync(Stream,String) | Adds a stream to the current zip file. |