Click or drag to resize

Response Properties

The RESTConnectorResponse type exposes the following members.

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