Data.Cloud.CloudAPI.TCloudResponseInfo

[–] 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.