Data.Cloud.CloudAPI.TCloudHTTP.ResponseCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ResponseCode: Integer read GetResponseCode;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudHTTP

Description

Specifies the response code for an HTTP or HTTPS request associated with this instance.

See Also