C# 클래스 TeamBins.Infrastrucutre.AzureBlobStorageHandler

상속: IUploadHandler
파일 보기 프로젝트 열기: kshyju/ProjectPlanningTool

공개 메소드들

메소드 설명
AzureBlobStorageHandler ( IOptions settings ) : System
IsValid ( string fileName, string contentType ) : bool
UploadFile ( string fileName, string contentType, Stream stream ) : Task

메소드 상세

AzureBlobStorageHandler() 공개 메소드

public AzureBlobStorageHandler ( IOptions settings ) : System
settings IOptions
리턴 System

IsValid() 공개 메소드

public IsValid ( string fileName, string contentType ) : bool
fileName string
contentType string
리턴 bool

UploadFile() 공개 메소드

public UploadFile ( string fileName, string contentType, Stream stream ) : Task
fileName string
contentType string
stream Stream
리턴 Task