Метод | Описание | |
---|---|---|
PostAuthenticationData ( string url, string postData ) : Task |
Performs a request to the Tumblr API to post authentication data.
|
Метод | Описание | |
---|---|---|
RequestService ( ) : System |
Primary constructor.
|
public PostAuthenticationData ( string url, string postData ) : Task |
||
url | string | The endpoint to which the request is being made. |
postData | string | The body of the POST message. |
Результат | Task |