C# Class IronPigeon.Relay.Controllers.BlobController

Inheritance: ApiController
Afficher le fichier Open project: AArnott/IronPigeon

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GetDisallowedLifetimeResponse ( long blobSize, System.TimeSpan lifetime ) : HttpResponseMessage
OneTimeInitializeAsync ( CloudStorageAccount azureAccount ) : System.Threading.Tasks.Task

Method Details

BlobController() public méthode

Initializes a new instance of the BlobController class.
public BlobController ( ) : System
Résultat System

BlobController() public méthode

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.
Résultat System

Post() public méthode

public Post ( [ lifetimeInMinutes ) : Task
lifetimeInMinutes [
Résultat Task