API:Datasnap.DSHTTP.TDSHTTPRequestIndy.GetProtocolVersion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetProtocolVersion: string; override;

C++

virtual System::UnicodeString __fastcall GetProtocolVersion();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPRequestIndy

Description

Protected read implementation for the ProtocolVersion property.

Datasnap.DSHTTP.TDSHTTPRequestIndy.GetProtocolVersion inherits from Datasnap.DSHTTPCommon.TDSHTTPRequest.GetProtocolVersion. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPRequest.GetProtocolVersion.

Protected read implementation for the ProtocolVersion property.

The GetProtocolVersion method is the protected read implementation for the ProtocolVersion property.

See Also