Datasnap.DSHTTPClient.TDSHTTP.IHeaderList.GetName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetName(Index: Integer): string;

C++

virtual System::UnicodeString __fastcall GetName(int Index) = 0 ;

Properties

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

Description

Gets the name of the HTTP header specified by Index.

GetName is the getter method for the Names property.

See Also