System.Net.HttpClient.THTTPRequest.GetHeaderValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHeaderValue(const AName: string): string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetHeaderValue(const System::UnicodeString AName) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPRequest

Description

Returns the value of the HTTP header field with the specified name.

See Also