C# 클래스 LitS3.S3Request

The base class for all S3 requests.
파일 보기 프로젝트 열기: greenqloud/qloudsync 1 사용 예제들

보호된 메소드들

메소드 설명
Authorize ( ) : void
AuthorizeIfNecessary ( ) : void
TryThrowS3Exception ( WebException exception ) : void

비공개 메소드들

메소드 설명
CreateWebRequest ( string method, string objectKey, string queryString ) : HttpWebRequest
S3Request ( S3Service service, string method, string bucketName, string objectKey, string queryString ) : System

메소드 상세

Authorize() 보호된 메소드

protected Authorize ( ) : void
리턴 void

AuthorizeIfNecessary() 보호된 메소드

protected AuthorizeIfNecessary ( ) : void
리턴 void

TryThrowS3Exception() 보호된 메소드

protected TryThrowS3Exception ( WebException exception ) : void
exception System.Net.WebException
리턴 void