Data.Cloud.CloudAPI.TCloudHTTP.ResponseCode

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ResponseCode: Integer read GetResponseCode;

C++

__property int ResponseCode = {read=GetResponseCode, nodefault};

Eigenschaften

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


Beschreibung

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

Siehe auch