API:Data.Cloud.AmazonAPI.TAmazonConnectionInfo.RequestProxyHost

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RequestProxyHost: string read FRequestProxyHost write FRequestProxyHost default 0;

C++

__property RequestProxyHost = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonConnectionInfo

Description

Specifies the proxy host to use for the HTTP requests to the cloud, or an empty string, to use none.

Data.Cloud.AmazonAPI.TAmazonConnectionInfo.RequestProxyHost inherits from Data.Cloud.CloudAPI.TCloudConnectionInfo.RequestProxyHost. All content below this line refers to Data.Cloud.CloudAPI.TCloudConnectionInfo.RequestProxyHost.

Specifies the proxy host to use for the HTTP requests to the cloud, or an empty string, to use none.

See Also