C# Class Transloadit.ApiResponse

Stores information about a REST API response
Inheritance: IApiResponse
Afficher le fichier Open project: nkranitz/transloadit-csharp-sdk

Protected Properties

Свойство Type Description
responseString string
success bool

Méthodes publiques

Méthode Description
ApiResponse ( string responseString )

Sets response string, parses response string

Method Details

ApiResponse() public méthode

Sets response string, parses response string
public ApiResponse ( string responseString )
responseString string Response string, respond by a server the server

Property Details

responseString protected_oe property

Response string
protected string responseString
Résultat string

success protected_oe property

Success of the current request
protected bool success
Résultat bool