Click or drag to resize

RESTConnectorResponse Class

The class is returned by a Request object containing the response to a request made by the client.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.ConnectionRESTConnectorResponse

Namespace:  IBM.Watson.DeveloperCloud.Connection
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Response

The RESTConnectorResponse type exposes the following members.

Constructors
  NameDescription
Public methodRESTConnectorResponse
Initializes a new instance of the RESTConnectorResponse class
Top
Properties
  NameDescription
Public propertyData
The data returned by the request.
Public propertyElapsedTime
The amount of time in seconds it took to get this response from the server.
Public propertyError
Error message if Success is false.
Public propertyHttpResponseCode
The http response code from the server
Public propertySuccess
True if the request was successful.
Top
See Also