Data.Cloud.CloudAPI.TCloudResponseInfo

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.TObjectTCloudResponseInfo

Delphi

TCloudResponseInfo = class

C++

class PASCALIMPLEMENTATION TCloudResponseInfo : public System::TObject

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI Data.Cloud.CloudAPI


Beschreibung

Klasse, die mit nützlichen Informationen aus einer HTTP-Antwort gefüllt werden soll.

TCloudService-API-Aufrufe sollten zum optionalen Füllen einer Instanz von TCloudResponseInfo implementiert werden. Auf diese Weise würde das Anzeigen der HTTP-Antwortinformationen der Anforderung, wie z.B. Statuscode und -meldung, ermöglicht.

Siehe auch