Datasnap.DSHTTPClient.TDSHTTP.IResponse.GetHeaders
[–] 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
- Datasnap.DSHTTPClient.TDSHTTP.IResponse.Headers
- Datasnap.DSHTTPClient.TDSHTTP.IResponse.CharSet
- Datasnap.DSHTTPClient.TDSHTTP.IResponse.ContentEncoding
- Datasnap.DSHTTPClient.TDSHTTP.IResponse.ContentType