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