C# 클래스 Lemon.Core.LocalBlobClient

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

공개 메소드들

메소드 설명
Download ( string path ) : Stream
LocalBlobClient ( string root ) : System.IO
Upload ( Stream stream, string path ) : bool

메소드 상세

Download() 공개 메소드

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

LocalBlobClient() 공개 메소드

public LocalBlobClient ( string root ) : System.IO
root string
리턴 System.IO

Upload() 공개 메소드

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