Datasnap.DSHTTPClient.TDSHTTP.IHeaderList.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetValue(const Name: string): string;

C++

virtual System::UnicodeString __fastcall GetValue(const System::UnicodeString Name) = 0 ;

Properties

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

Description

Gets the value of an HTTP header.

GetValue is the getter method for the Values property.

See Also