C# Класс Tumblr.Universal.Services.Request.RequestService

Provides methods that interface with the Tumblr API.
Показать файл Открыть проект

Открытые методы

Метод Описание
PostAuthenticationData ( string url, string postData ) : Task

Performs a request to the Tumblr API to post authentication data.

Приватные методы

Метод Описание
RequestService ( ) : System

Primary constructor.

Описание методов

PostAuthenticationData() публичный Метод

Performs a request to the Tumblr API to post authentication data.
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