[]
        
(Showing Draft Content)

C1.Zip.C1ZipFile.OpenAsync

OpenAsync Method

OpenAsync(Stream)

Asynchronous opens an existing zip file stored in a Stream.

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

Stream that contains a zip file.

Returns
Type Description
Task