System.Net.HttpClient.IHTTPResponse.GetVersion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetVersion: THTTPProtocolVersion;

C++

virtual THTTPProtocolVersion __fastcall GetVersion() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient IHTTPResponse

Description

Getter method for the Version property.

Note: GetVersion must be overridden in platform implementation.

See Also