Datasnap.DSHTTPClient.TDSHTTP.IHeaderList.GetValue
[–] 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.