Datasnap.DSHTTPClient.TDSHTTP.IResponse.GetHeaders

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHeaders: IHeaderList;

C++

virtual TDSHTTP::_di_IHeaderList __fastcall GetHeaders() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient IResponse

Description

Gets the header list with the values of the header fields of the HTTP response.

GetHeaders is the getter method for the Headers property.

See Also