Data.Cloud.CloudAPI.TCloudConnectionInfo.RequestProxyHost

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property RequestProxyHost: string read FRequestProxyHost write FRequestProxyHost;

C++

__property System::UnicodeString RequestProxyHost = {read=FRequestProxyHost, write=FRequestProxyHost};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudConnectionInfo


Beschreibung

Gibt den Proxy-Host an, der für die HTTP-Anforderungen an das Cloud verwendet werden soll, oder einen leeren String, wenn keinen Proxy-Host verwendet werden soll.

Siehe auch