| Name | Description |
---|
| UploadFromByteArrayAsync(Byte[], Int32, Int32)(array<Byte>^, Int32, Int32)(Byte[], Int32, Int32)(Byte(), Int32, Int32) | Returns a task that performs an asynchronous operation to upload the contents of a byte array to a file. |
| UploadFromByteArrayAsync(Byte[], Int32, Int32, AccessCondition, FileRequestOptions, OperationContext)(array<Byte>^, Int32, Int32, AccessCondition^, FileRequestOptions^, OperationContext^)(Byte[], Int32, Int32, AccessCondition, FileRequestOptions, OperationContext)(Byte(), Int32, Int32, AccessCondition, FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous operation to upload the contents of a byte array to a file. |
| UploadFromByteArrayAsync(Byte[], Int32, Int32, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(array<Byte>^, Int32, Int32, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Byte[], Int32, Int32, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Byte(), Int32, Int32, AccessCondition, FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous operation to upload the contents of a byte array to a file. |
| UploadFromByteArrayAsync(Byte[], Int32, Int32, CancellationToken)(array<Byte>^, Int32, Int32, CancellationToken)(Byte[], Int32, Int32, CancellationToken)(Byte(), Int32, Int32, CancellationToken) | Returns a task that performs an asynchronous operation to upload the contents of a byte array to a file. |