System.Net.HttpClient.IHTTPResponse.GetHeaderValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHeaderValue(const AName: string): string;

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 IHTTPResponse

Description

Getter method for the HeaderValue property.

See Also