C# Class Transloadit.TransloaditRequest

Uses Transloadit services based on the current configuration
Inheritance: ApiRequest
ファイルを表示 Open project: nkranitz/transloadit-csharp-sdk Class Usage Examples

Public Methods

Method Description
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

Method Details

Execute() public method

Executes the current requests and gets the result
public Execute ( ) : TransloaditResponse
return TransloaditResponse

TransloaditRequest() public method

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