ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZipEntryCollection Class / AddAsync Method / AddAsync(Stream,String) Method
Stream that contains data for the new entry.
Name to be used for the new entry.

In This Topic
    AddAsync(Stream,String) Method
    In This Topic
    Adds a stream to the current zip file.
    Syntax
    'Declaration
     
    Public Overloads Function AddAsync( _
       ByVal stream As System.IO.Stream, _
       ByVal entryName As System.String _
    ) As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task AddAsync( 
       System.IO.Stream stream,
       System.string entryName
    )

    Parameters

    stream
    Stream that contains data for the new entry.
    entryName
    Name to be used for the new entry.
    See Also