C# Класс Transloadit.ApiRequest

Sends request to REST API service, then handles the response, which will be represented in an IApiResponse implementation
Наследование: IApiRequest
Показать файл Открыть проект

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

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

Set the request method to GET as default

Execute ( ) : IApiResponse

Executes the current requests and gets the result

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

Метод Описание
BuildUri ( ) : void

Builds up the URL based on the current attributes

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

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

Set the request method to GET as default
public ApiRequest ( ) : System
Результат System

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

Executes the current requests and gets the result
public Execute ( ) : IApiResponse
Результат IApiResponse