Data.Cloud.CloudAPI.TCloudResponseInfo
Delphi
TCloudResponseInfo = class
C++
class PASCALIMPLEMENTATION TCloudResponseInfo : public System::TObject
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Data.Cloud.CloudAPI.pas Data.Cloud.CloudAPI.hpp |
Data.Cloud.CloudAPI | Data.Cloud.CloudAPI |
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.