Data.Cloud.AmazonAPI.TAmazonConnectionInfo.Protocol

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Protocol: string read FProtocol write FProtocol stored IsProtocolStored default 0;

C++

__property Protocol = {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 protocol to use as part of the service URL (HTTP or HTTPS).

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

Specifies the protocol to use as part of the service URL (HTTP or HTTPS).

See Also