C# 클래스 Todo.Services.BlobStorageMultipartProvider

A multi-part file stream provider to upload files to Windows Azure Blob Storage.
상속: System.Net.Http.MultipartFileStreamProvider
파일 보기 프로젝트 열기: ChristianWeyer/tUdUs 1 사용 예제들

공개 메소드들

메소드 설명
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