Datasnap.DSHTTPClient.TDSHTTP.Protocol

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property protocol: string read GetProtocol write SetProtocol;

C++

__property System::UnicodeString protocol = {read=GetProtocol, write=SetProtocol};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient TDSHTTP


Beschreibung

Gibt das HTTP-Protokoll (HTTP oder HTTPS) an, das dieser Instanz zugeordnet ist.

Siehe auch