DSAzure.TAzureConnectionString.Protocol

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TAzureConnectionString

Delphi

property Protocol: string read FProtocol write FProtocol;

C++

__property System::UnicodeString Protocol = {read=FProtocol, write=FProtocol};

Description

The protocol to use as part of the connection URL.

Protocol specifies the protocol to use in the URL for connecting to the storage account. The value defaults to http.

See Also