C# 클래스 Nupload.GoogleCloudStorageUrlSigner

파일 보기 프로젝트 열기: appharbor/nupload

공개 메소드들

메소드 설명
GetSignedUrl ( Uri url, System.TimeSpan signatureExpiration, string method = "GET" ) : Uri
GoogleCloudStorageUrlSigner ( GoogleCredentials credentials ) : System

메소드 상세

GetSignedUrl() 공개 메소드

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

GoogleCloudStorageUrlSigner() 공개 메소드

public GoogleCloudStorageUrlSigner ( GoogleCredentials credentials ) : System
credentials GoogleCredentials
리턴 System