Datasnap.DSHTTPClient.TDSHTTP.IHeaderList.Names

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property Names[Index: Integer]: string read GetName;

C++

__property System::UnicodeString Names[int Index] = {read=GetName};

Description

Represents the names of the HTTP headers in IHeaderList.

See Also