Begins an asynchronous read.
An IAsyncResult that references the asynchronous read.
This method overrides BeginRead.
If a stream is closed or you pass an invalid argument, exceptions are thrown immediately from BeginRead. Errors that occur during an asynchronous read request, occur on the threadpool thread and become visible upon a call to EndRead.
EndRead must be called with this IAsyncResult to find out how many bytes were read.
ZipStream Class | Resco.IO.Zip Namespace