C# 클래스 Transloadit.TransloaditRequest

Uses Transloadit services based on the current configuration
상속: ApiRequest
파일 보기 프로젝트 열기: nkranitz/transloadit-csharp-sdk 1 사용 예제들

공개 메소드들

메소드 설명
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 ( )