C# Class Nupload.GoogleCloudStorageUrlSigner

Mostrar archivo Open project: appharbor/nupload

Public Methods

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

Method Details

GetSignedUrl() public method

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

GoogleCloudStorageUrlSigner() public method

public GoogleCloudStorageUrlSigner ( GoogleCredentials credentials ) : System
credentials GoogleCredentials
return System