LitS3.S3Request.Authorize C# (CSharp) Method

Authorize() protected method

protected Authorize ( ) : void
return void
        protected virtual void Authorize()
        {
            if (S3Authorizer.IsAuthorized(WebRequest))
                throw new InvalidOperationException("This request has already been authorized.");

            Service.AuthorizeRequest(this, WebRequest, bucketName);
        }