C# 클래스 StagingWebApi.PackageStorageBase

파일 보기 프로젝트 열기: NuGet/Entropy

공개 메소드들

메소드 설명
Delete ( Uri location ) : System.Threading.Tasks.Task
Save ( Stream stream, string blobName, string contentDisposition, string contentType ) : Task

보호된 메소드들

메소드 설명
PackageStorageBase ( ) : System

메소드 상세

Delete() 공개 추상적인 메소드

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

PackageStorageBase() 보호된 메소드

protected PackageStorageBase ( ) : System
리턴 System

Save() 공개 추상적인 메소드

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