C# Class Transloadit.TransloaditResponse

Handles the whole functionality of Transloadit response handling
Inheritance: ApiResponse, ITransloaditJsonResponse
Afficher le fichier Open project: nkranitz/transloadit-csharp-sdk Class Usage Examples

Méthodes publiques

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

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

TransloaditResponse() public méthode

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