C# Class Transloadit.TransloaditRequest

Uses Transloadit services based on the current configuration
Inheritance: ApiRequest
Afficher le fichier Open project: nkranitz/transloadit-csharp-sdk Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Executes the current requests and gets the result
public Execute ( ) : TransloaditResponse
Résultat TransloaditResponse

TransloaditRequest() public méthode

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