C# Class Transloadit.ApiResponse

Stores information about a REST API response
Inheritance: IApiResponse
ファイルを表示 Open project: nkranitz/transloadit-csharp-sdk

Protected Properties

Property Type Description
responseString string
success bool

Public Methods

Method Description
ApiResponse ( string responseString )

Sets response string, parses response string

Method Details

ApiResponse() public method

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
return string

success protected_oe property

Success of the current request
protected bool success
return bool