API:Data.Cloud.AzureAPI.TAzureConnectionInfo.RequestProxyPort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RequestProxyPort: Integer read FRequestProxyPort write FRequestProxyPort default 0;

C++

__property RequestProxyPort = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureConnectionInfo

Description

Specifies the proxy host's port to use for the HTTP requests to the cloud.

Data.Cloud.AzureAPI.TAzureConnectionInfo.RequestProxyPort inherits from Data.Cloud.CloudAPI.TCloudConnectionInfo.RequestProxyPort. All content below this line refers to Data.Cloud.CloudAPI.TCloudConnectionInfo.RequestProxyPort.

Specifies the proxy host's port to use for the HTTP requests to the cloud.

See Also