C# Class StagingWebApi.PackageStorageBase

Mostra file Open project: NuGet/Entropy

Public Methods

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

Protected Methods

Method Description
PackageStorageBase ( ) : System

Method Details

Delete() public abstract method

public abstract Delete ( Uri location ) : System.Threading.Tasks.Task
location System.Uri
return System.Threading.Tasks.Task

PackageStorageBase() protected method

protected PackageStorageBase ( ) : System
return System

Save() public abstract method

public abstract Save ( Stream stream, string blobName, string contentDisposition, string contentType ) : Task
stream Stream
blobName string
contentDisposition string
contentType string
return Task