System.Net.HttpClient.IHTTPResponse.Version

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Version: THTTPProtocolVersion read GetVersion;

C++

__property THTTPProtocolVersion Version = {read=GetVersion};

Properties

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

Description

Protocol version received in the IHTTPResponse.

The available options are defined in THTTPProtocolVersion.

See Also