Datasnap.DSHTTPClient.TDSHTTP.IHeaderList.GetName

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetName(Index: Integer): string;

C++

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

Description

Gets the name of the HTTP header specified by Index.

GetName is the getter method for the Names property.

See Also