C# Класс Todo.Services.BlobStorageMultipartProvider

A multi-part file stream provider to upload files to Windows Azure Blob Storage.
Наследование: System.Net.Http.MultipartFileStreamProvider
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BlobStorageMultipartProvider ( CloudBlobContainer container ) : System.Collections.Generic

Initializes a new instance of the BlobStorageMultipartProvider class.

ExecutePostProcessingAsync ( ) : System.Threading.Tasks.Task

Описание методов

BlobStorageMultipartProvider() публичный Метод

Initializes a new instance of the BlobStorageMultipartProvider class.
public BlobStorageMultipartProvider ( CloudBlobContainer container ) : System.Collections.Generic
container Microsoft.WindowsAzure.StorageClient.CloudBlobContainer The container.
Результат System.Collections.Generic

ExecutePostProcessingAsync() публичный Метод

public ExecutePostProcessingAsync ( ) : System.Threading.Tasks.Task
Результат System.Threading.Tasks.Task