C# 클래스 KeeAnywhere.StorageProviders.HubiC.SwiftClient

파일 보기 프로젝트 열기: Kyrodan/KeeAnywhere 1 사용 예제들

공개 메소드들

메소드 설명
DownloadObject ( string container, string path ) : Task
GetContainers ( ) : Task>
GetObjects ( string container, string path ) : Task>
SwiftClient ( KeeAnywhere.StorageProviders.HubiC.HubiCCredentials credentials ) : System
UploadObject ( string container, string path, Stream stream ) : Task

비공개 메소드들

메소드 설명
GetClient ( ) : HttpClient

메소드 상세

DownloadObject() 공개 메소드

public DownloadObject ( string container, string path ) : Task
container string
path string
리턴 Task

GetContainers() 공개 메소드

public GetContainers ( ) : Task>
리턴 Task>

GetObjects() 공개 메소드

public GetObjects ( string container, string path ) : Task>
container string
path string
리턴 Task>

SwiftClient() 공개 메소드

public SwiftClient ( KeeAnywhere.StorageProviders.HubiC.HubiCCredentials credentials ) : System
credentials KeeAnywhere.StorageProviders.HubiC.HubiCCredentials
리턴 System

UploadObject() 공개 메소드

public UploadObject ( string container, string path, Stream stream ) : Task
container string
path string
stream Stream
리턴 Task