C# Class Transloadit.TransloaditResponse

Handles the whole functionality of Transloadit response handling
Inheritance: ApiResponse, ITransloaditJsonResponse
ファイルを表示 Open project: nkranitz/transloadit-csharp-sdk Class Usage Examples

Public Methods

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

Method Details

ParseJsonResponseString() public method

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

TransloaditResponse() public method

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