Namespace:
Microsoft.WindowsAzure.Storage.FileAssembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Overload List
| Name | Description |
---|
| DownloadToStreamAsync(Stream)(Stream^)(Stream)(Stream) | Returns a task that performs an asynchronous operation to download the contents of a file to a stream. |
| DownloadToStreamAsync(Stream, AccessCondition, FileRequestOptions, OperationContext)(Stream^, AccessCondition^, FileRequestOptions^, OperationContext^)(Stream, AccessCondition, FileRequestOptions, OperationContext)(Stream, AccessCondition, FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous operation to download the contents of a file to a stream. |
| DownloadToStreamAsync(Stream, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Stream^, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Stream, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Stream, AccessCondition, FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous operation to download the contents of a file to a stream. |
| DownloadToStreamAsync(Stream, CancellationToken)(Stream^, CancellationToken)(Stream, CancellationToken)(Stream, CancellationToken) | Returns a task that performs an asynchronous operation to download the contents of a file to a stream. |
Return to top