C# Class LitS3.S3Request

The base class for all S3 requests.
Afficher le fichier Open project: greenqloud/qloudsync Class Usage Examples

Méthodes protégées

Méthode Description
Authorize ( ) : void
AuthorizeIfNecessary ( ) : void
TryThrowS3Exception ( WebException exception ) : void

Private Methods

Méthode Description
CreateWebRequest ( string method, string objectKey, string queryString ) : HttpWebRequest
S3Request ( S3Service service, string method, string bucketName, string objectKey, string queryString ) : System

Method Details

Authorize() protected méthode

protected Authorize ( ) : void
Résultat void

AuthorizeIfNecessary() protected méthode

protected AuthorizeIfNecessary ( ) : void
Résultat void

TryThrowS3Exception() protected méthode

protected TryThrowS3Exception ( WebException exception ) : void
exception System.Net.WebException
Résultat void