C# Class Nupload.GoogleCloudStorageUrlSigner

Afficher le fichier Open project: appharbor/nupload

Méthodes publiques

Méthode Description
GetSignedUrl ( Uri url, System.TimeSpan signatureExpiration, string method = "GET" ) : Uri
GoogleCloudStorageUrlSigner ( GoogleCredentials credentials ) : System

Method Details

GetSignedUrl() public méthode

public GetSignedUrl ( Uri url, System.TimeSpan signatureExpiration, string method = "GET" ) : Uri
url System.Uri
signatureExpiration System.TimeSpan
method string
Résultat System.Uri

GoogleCloudStorageUrlSigner() public méthode

public GoogleCloudStorageUrlSigner ( GoogleCredentials credentials ) : System
credentials GoogleCredentials
Résultat System