Data.Cloud.CloudAPI.TCloudHTTP.Response

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 Response: IHTTPResponse read GetResponse;

C++

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

Description

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

See Also