Метод | Описание | |
---|---|---|
GetDataResponseAsync ( |
Gets a data response for the given base url and parameters, either using OAuth or not depending on which parameters were passed in.
|
|
OAuthCalculateAuthHeader ( string>.Dictionary |
Returns the string for the Authorisation header to be used for OAuth authentication. Parameters other than OAuth ones are ignored.
|
|
OAuthCalculatePostData ( string>.Dictionary |
Calculates for form encoded POST data to be included in the body of an OAuth call. This will include all non-OAuth parameters. The OAuth parameter will be included in the Authentication header. |
Метод | Описание | |
---|---|---|
DownloadDataAsync ( string method, string baseUrl, string data, string contentType, string authHeader ) : Task |
||
GetDataResponseNormalAsync ( |
||
GetDataResponseOAuthAsync ( |
public static GetDataResponseAsync ( |
||
flickr | The current instance of the |
|
method | string | |
baseUrl | string | The base url to be called. |
parameters | string>.Dictionary | A dictionary of parameters. |
Результат | Task |
public static OAuthCalculateAuthHeader ( string>.Dictionary |
||
parameters | string>.Dictionary | OAuth and other parameters. |
Результат | string |
public static OAuthCalculatePostData ( string>.Dictionary |
||
parameters | string>.Dictionary | |
Результат | string |