C# 클래스 Transloadit.TransloaditResponse

Handles the whole functionality of Transloadit response handling
상속: ApiResponse, ITransloaditJsonResponse
파일 보기 프로젝트 열기: nkranitz/transloadit-csharp-sdk 1 사용 예제들

공개 메소드들

메소드 설명
ParseJsonResponseString ( ) : bool

Tries to parse the sent JSON string into the Data tree.

TransloaditResponse ( string responseString ) : System

Creates a new TransloaditResponse object, parses JSON response string, sets the success of parse

메소드 상세

ParseJsonResponseString() 공개 메소드

Tries to parse the sent JSON string into the Data tree.
public ParseJsonResponseString ( ) : bool
리턴 bool

TransloaditResponse() 공개 메소드

Creates a new TransloaditResponse object, parses JSON response string, sets the success of parse
public TransloaditResponse ( string responseString ) : System
responseString string
리턴 System