SetDownloadStreamAsync Method
Sets the stream to which the downloaded data from the server will be written.
Syntax
[VB.NET] Public Function SetDownloadStreamAsync(ByVal DownloadStream As System.IO.Stream) As Task
[C#] public Task SetDownloadStreamAsync(System.IO.Stream downloadStream);