C# Class Todo.Services.BlobStorageMultipartProvider

A multi-part file stream provider to upload files to Windows Azure Blob Storage.
Inheritance: System.Net.Http.MultipartFileStreamProvider
Show file Open project: ChristianWeyer/tUdUs Class Usage Examples

Public Methods

Method Description
BlobStorageMultipartProvider ( CloudBlobContainer container ) : System.Collections.Generic

Initializes a new instance of the BlobStorageMultipartProvider class.

ExecutePostProcessingAsync ( ) : System.Threading.Tasks.Task

Method Details

BlobStorageMultipartProvider() public method

Initializes a new instance of the BlobStorageMultipartProvider class.
public BlobStorageMultipartProvider ( CloudBlobContainer container ) : System.Collections.Generic
container Microsoft.WindowsAzure.StorageClient.CloudBlobContainer The container.
return System.Collections.Generic

ExecutePostProcessingAsync() public method

public ExecutePostProcessingAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task