Datasnap.DSHTTPClient.TDSHTTP.IHeaderList.Names

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Represents the names of the HTTP headers in IHeaderList.

See Also