C# 클래스 Transloadit.ApiRequest

Sends request to REST API service, then handles the response, which will be represented in an IApiResponse implementation
상속: IApiRequest
파일 보기 프로젝트 열기: nkranitz/transloadit-csharp-sdk

공개 메소드들

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