Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkAddFileAsync(Stream, String)
Begins asynchronous AddFile operation. Adds data from the specified stream to the ZIP archive.
Public methodSupported by the .NET Compact FrameworkAddFileAsync(String, String)
Begins asynchronous AddFile operation. Adds the specified local file to the specified directory within the ZIP archive.
Public methodSupported by the .NET Compact FrameworkAddFileAsync(Stream, String, ActionOnExistingFiles)
Begins asynchronous AddFile operation. Adds data from the specified stream to the ZIP archive.
Public methodSupported by the .NET Compact FrameworkAddFileAsync(String, String, ActionOnExistingFiles)
Begins asynchronous AddFile operation. Adds the specified local file to the specified directory within the ZIP archive.

See Also