System.Net.HttpClient.THTTPResponse.GetHeaders

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHeaders: TNetHeaders; virtual; abstract;

C++

virtual System::DynamicArray<System::Net::Urlclient::TNameValuePair> __fastcall GetHeaders(void) = 0 ;

Properties

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

Description

Implementation of the GetHeaders method of the IURLResponse.

See Also