Datasnap.DSHTTP.TDSHTTPRequestIndy.GetProtocolVersion

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetProtocolVersion: string; override;

C++

virtual System::UnicodeString __fastcall GetProtocolVersion();

Description

Returns the version of the communications protocol.

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

See Also