C# 클래스 QloudSync.Repository.S3Connection

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

공개 메소드들

메소드 설명
Authenticate ( string username, string password ) : void
Connect ( ) : S3Service
Reconnect ( ) : S3Service
S3Connection ( ) : System

메소드 상세

Authenticate() 공개 정적인 메소드

public static Authenticate ( string username, string password ) : void
username string
password string
리턴 void

Connect() 공개 메소드

public Connect ( ) : S3Service
리턴 LitS3.S3Service

Reconnect() 공개 메소드

public Reconnect ( ) : S3Service
리턴 LitS3.S3Service

S3Connection() 공개 메소드

public S3Connection ( ) : System
리턴 System