Data.Cloud.CloudAPI.TCloudHTTP.Response

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Response: IHTTPResponse read GetResponse;

C++

__property System::Net::Httpclient::_di_IHTTPResponse Response = {read=GetResponse};

Eigenschaften

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


Beschreibung

Gibt die Antwort für eine HTTP- oder HTTPS-Anforderung an, die dieser Instanz zugeordnet ist.

Siehe auch