API:Data.Cloud.AzureAPI.TAzureConnectionInfo.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.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureConnectionInfo

Description

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

Data.Cloud.AzureAPI.TAzureConnectionInfo.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