Data.Cloud.CloudAPI.TCloudHTTP.Response

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Response: IHTTPResponse read GetResponse;

C++

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

Properties

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

Description

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

See Also