SetArchiveOutputStreamAsync Method
The stream to write the zip, tar, jar, or gzip archive to.
Syntax
[VB.NET] Public Function SetArchiveOutputStreamAsync(ByVal ArchiveStream As System.IO.Stream) As Task
[C#] public Task SetArchiveOutputStreamAsync(System.IO.Stream archiveStream);