C# 클래스 Imgix_Dotnet.SecureUrl

A url that if given a token will signed with a parameter s=signature
파일 보기 프로젝트 열기: estei/Imgix-Dotnet 1 사용 예제들

공개 메소드들

메소드 설명
AddParameter ( string name, string value ) : SecureUrl

Adds a new parameter to the url

ToString ( ) : string

Returns a string that represents the current object.

비공개 메소드들

메소드 설명
CreateParameter ( string currentParameters, string name, string value ) : string
CreateSignature ( string secureUrlToken, string path, string queryString ) : string
CreateSignatureParameter ( string secureUrlToken, string path, string queryString ) : string
Paramstart ( string currentParameters ) : string
SecureUrl ( string scheme, string host, string path, string secureUrlToken ) : System

Initializes a new instance of the SecureUrl class

SecureUrl ( string scheme, string host, string path, string secureUrlToken, string parameters ) : System

Initializes a new instance of the SecureUrl class

메소드 상세

AddParameter() 공개 메소드

Adds a new parameter to the url
public AddParameter ( string name, string value ) : SecureUrl
name string The name of the parameter
value string The value of the parameter
리턴 SecureUrl

ToString() 공개 메소드

Returns a string that represents the current object.
public ToString ( ) : string
리턴 string