Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetProtocolVersion

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Unit: Datasnap.DSHTTPWebBroker
Parent: TDSHTTPRequestWebBroker

Delphi

function GetProtocolVersion: string; override;

C++

virtual System::UnicodeString __fastcall GetProtocolVersion();

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