C# 클래스 Lemon.Core.Storage.AzureBlobClient

상속: IBlobClient
파일 보기 프로젝트 열기: dream-365/lemon

공개 메소드들

메소드 설명
AzureBlobClient ( string containerName ) : Microsoft.WindowsAzure.Storage
Download ( string path ) : Stream
Upload ( Stream stream, string path ) : bool

메소드 상세

AzureBlobClient() 공개 메소드

public AzureBlobClient ( string containerName ) : Microsoft.WindowsAzure.Storage
containerName string
리턴 Microsoft.WindowsAzure.Storage

Download() 공개 메소드

public Download ( string path ) : Stream
path string
리턴 System.IO.Stream

Upload() 공개 메소드

public Upload ( Stream stream, string path ) : bool
stream System.IO.Stream
path string
리턴 bool