Asynchronously returns a Stream for reading data from the remote file.
GetDownloadStreamAsync(String, SeekOrigin, Int64, ExtendedAsyncCompletedEventHandler<Stream>, Object) | Asynchronously returns a Stream for reading data from the remote file. |
GetDownloadStreamAsync(String, SeekOrigin, Int64, Object) | Asynchronously returns a Stream for reading data from the remote file. |
GetDownloadStreamAsync(String, ExtendedAsyncCompletedEventHandler<Stream>, Object) | Asynchronously returns a Stream for reading data from the remote file. |
GetDownloadStreamAsync(String, Object) | Asynchronously returns a Stream for reading data from the remote file. |
GetDownloadStreamAsync(String, SeekOrigin, Int64) | Asynchronously returns a Stream for reading data from the remote file. |
GetDownloadStreamAsync(String) | Asynchronously returns a Stream for reading data from the remote file. |
Top