Data.Cloud.CloudAPI.TCloudHTTP.ResponseCode

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Unit: Data.Cloud.CloudAPI
Parent: TCloudHTTP

Delphi

property ResponseCode: Integer read GetResponseCode;

C++

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

Description

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

See Also