System.Net.HttpClient.THTTPResponse.GetHeaderValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Getter method for the HeaderValue property.

System.Net.HttpClient.THTTPResponse.GetHeaderValue inherits from System.Net.HttpClient.IHTTPResponse.GetHeaderValue. All content below this line refers to System.Net.HttpClient.IHTTPResponse.GetHeaderValue.

Getter method for the HeaderValue property.

See Also