Namespace:
Microsoft.WindowsAzure.Storage.FileAssembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Overload List
| Name | Description |
---|
| DownloadTextAsync()()()() | Returns a task that performs an asynchronous operation to download the file's contents as a string. |
| DownloadTextAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken) | Returns a task that performs an asynchronous operation to download the file's contents as a string. |
| DownloadTextAsync(Encoding, AccessCondition, FileRequestOptions, OperationContext)(Encoding^, AccessCondition^, FileRequestOptions^, OperationContext^)(Encoding, AccessCondition, FileRequestOptions, OperationContext)(Encoding, AccessCondition, FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous operation to download the file's contents as a string. |
| DownloadTextAsync(Encoding, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Encoding^, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Encoding, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Encoding, AccessCondition, FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous operation to download the file's contents as a string. |
Return to top