Data.Cloud.CloudAPI.TCloudService

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTCloudService

Delphi

TCloudService = class abstract

C++

class PASCALIMPLEMENTATION TCloudService : 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

Base cloud service class, providing useful common functionality.

TCloudService holds common functionality for building the authentication string and for issuing properly formatted requests. There are several abstract functions that need to be implemented by subclasses, to provide service-specific functionality.

See Also