Method | Description | |
---|---|---|
AddParameter ( string name, string value ) : |
Adds a new parameter to the url
|
|
ToString ( ) : string |
Returns a string that represents the current object.
|
Method | Description | |
---|---|---|
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
|
public AddParameter ( string name, string value ) : |
||
name | string | The name of the parameter |
value | string | The value of the parameter |
return |