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

Returns the version of the communications protocol.

The GetProtocolVersion method is used to return the version of the communications protocol.

See Also