C# Класс Transloadit.TransloaditRequest

Uses Transloadit services based on the current configuration
Наследование: ApiRequest
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Execute ( ) : TransloaditResponse

Executes the current requests and gets the result

TransloaditRequest ( )

Creates a new TransloaditRequest object; sets the Host to the default one, also sets the path to AssemblyRoot

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

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

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

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

Creates a new TransloaditRequest object; sets the Host to the default one, also sets the path to AssemblyRoot
public TransloaditRequest ( )