C# Класс Transloadit.TransloaditResponse

Handles the whole functionality of Transloadit response handling
Наследование: ApiResponse, ITransloaditJsonResponse
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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