C# 클래스 IronPigeon.Relay.Controllers.BlobController

상속: ApiController
파일 보기 프로젝트 열기: AArnott/IronPigeon

공개 메소드들

메소드 설명
BlobController ( ) : System

Initializes a new instance of the BlobController class.

BlobController ( string cloudConfigurationName, string containerName = DefaultContainerName ) : System

Initializes a new instance of the BlobController class.

Post ( [ lifetimeInMinutes ) : Task

비공개 메소드들

메소드 설명
GetDisallowedLifetimeResponse ( long blobSize, System.TimeSpan lifetime ) : HttpResponseMessage
OneTimeInitializeAsync ( CloudStorageAccount azureAccount ) : System.Threading.Tasks.Task

메소드 상세

BlobController() 공개 메소드

Initializes a new instance of the BlobController class.
public BlobController ( ) : System
리턴 System

BlobController() 공개 메소드

Initializes a new instance of the BlobController class.
public BlobController ( string cloudConfigurationName, string containerName = DefaultContainerName ) : System
cloudConfigurationName string Name of the cloud configuration.
containerName string The name of the Azure blob container to upload to.
리턴 System

Post() 공개 메소드

public Post ( [ lifetimeInMinutes ) : Task
lifetimeInMinutes [
리턴 Task