API:Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.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.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Datasnap.DSHTTPWebBroker TDSHTTPRequestWebBroker

Description

Protected read implementation for the ProtocolVersion property.

Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.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