C# Class Lemon.Core.Storage.AzureBlobClient

Inheritance: IBlobClient
Afficher le fichier Open project: dream-365/lemon

Méthodes publiques

Méthode Description
AzureBlobClient ( string containerName ) : Microsoft.WindowsAzure.Storage
Download ( string path ) : Stream
Upload ( Stream stream, string path ) : bool

Method Details

AzureBlobClient() public méthode

public AzureBlobClient ( string containerName ) : Microsoft.WindowsAzure.Storage
containerName string
Résultat Microsoft.WindowsAzure.Storage

Download() public méthode

public Download ( string path ) : Stream
path string
Résultat System.IO.Stream

Upload() public méthode

public Upload ( Stream stream, string path ) : bool
stream System.IO.Stream
path string
Résultat bool