Datasnap.DSHTTPClient.TDSHTTP.IResponse.Headers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Headers: IHeaderList read GetHeaders;

C++

__property TDSHTTP::_di_IHeaderList Headers = {read=GetHeaders};

Properties

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

Description

Represents the header list with the header fields of the HTTP response.

See Also