Datasnap.DSHTTPClient.TDSHTTP.IResponse.GetHeaders

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Unit: Datasnap.DSHTTPClient
Parent: IResponse

Delphi

function GetHeaders: IHeaderList;

C++

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

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