[]
        
(Showing Draft Content)

C1.Zip.C1ZipFile.CreateAsync

CreateAsync Method

CreateAsync(Stream)

Asynchronous creates a new zip file in a stream.

Declaration
public Task CreateAsync(Stream stream)
Parameters
Type Name Description
Stream stream

Stream that will contain the new zip file.

Returns
Type Description
Task