Datasnap.DSHTTPClient.TDSHTTP.IHeaderList.GetValue

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 GetValue(const Name: string): string;

C++

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

Description

Gets the value of an HTTP header.

GetValue is the getter method for the Values property.

See Also