System.Net.HttpClient.THTTPResponse.GetVersion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetVersion: THTTPProtocolVersion; virtual; abstract;

C++

virtual THTTPProtocolVersion __fastcall GetVersion(void) = 0 ;

Properties

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

Description

Getter method for the Version property.

System.Net.HttpClient.THTTPResponse.GetVersion inherits from System.Net.HttpClient.IHTTPResponse.GetVersion. All content below this line refers to System.Net.HttpClient.IHTTPResponse.GetVersion.

Getter method for the Version property.

Note: GetVersion must be overridden in platform implementation.

See Also