Data.Cloud.CloudAPI.TCloudResponseInfo

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTCloudResponseInfo
[–] Properties
Type: class
Visibility: public
Source:
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Unit: Data.Cloud.CloudAPI
Parent: Data.Cloud.CloudAPI

Delphi

TCloudResponseInfo = class

C++

class PASCALIMPLEMENTATION TCloudResponseInfo : public System::TObject

Description

Class meant to be populated with useful information from an HTTP response.

TCloudService API calls should be implemented to optionally populate an instance of TCloudResponseInfo. This would then provide a way to see the HTTP response information from the request, such as the status code and message.

See Also