C# Class StagingWebApi.PackageStorageBase

Afficher le fichier Open project: NuGet/Entropy

Méthodes publiques

Méthode Description
Delete ( Uri location ) : System.Threading.Tasks.Task
Save ( Stream stream, string blobName, string contentDisposition, string contentType ) : Task

Méthodes protégées

Méthode Description
PackageStorageBase ( ) : System

Method Details

Delete() public abstract méthode

public abstract Delete ( Uri location ) : System.Threading.Tasks.Task
location System.Uri
Résultat System.Threading.Tasks.Task

PackageStorageBase() protected méthode

protected PackageStorageBase ( ) : System
Résultat System

Save() public abstract méthode

public abstract Save ( Stream stream, string blobName, string contentDisposition, string contentType ) : Task
stream Stream
blobName string
contentDisposition string
contentType string
Résultat Task