System.Net.HttpClient.THTTPResponse.GetVersion

From RAD Studio API Documentation

Delphi

function GetVersion: THTTPProtocolVersion; virtual; abstract;

C++

virtual THTTPProtocolVersion __fastcall GetVersion(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Net.HTTPClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPResponse

Description

Getter method for the Version property. {{#multireplace:System.Net.HttpClient.THTTPResponse.GetVersion|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Net.HttpClient.IHTTPResponse.GetVersion|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Net.HttpClient.IHTTPResponse.GetVersion|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Getter method for the Version property.

Note: GetVersion must be overridden in platform implementation.

See Also