Datasnap.DSHTTPClient.TDSHTTP.IRequestHeaderList

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
interface
class
Visibility: public
Source:
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Unit: Datasnap.DSHTTPClient
Parent: TDSHTTP

Delphi

IRequestHeaderList = interface(IHeaderList)

C++

__interface IRequestHeaderList  : public TDSHTTP::IHeaderList

Description

IRequestHeaderList is the interface that manages the list of header fields of the HTTP request message.

See Also