System.Net.HttpClient.THTTPResponse.GetHeaderValue

From RAD Studio API Documentation

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 protected
System.Net.HTTPClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPResponse

Description

Getter method for the HeaderValue property. {{#multireplace:System.Net.HttpClient.THTTPResponse.GetHeaderValue|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Net.HttpClient.IHTTPResponse.GetHeaderValue|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Net.HttpClient.IHTTPResponse.GetHeaderValue|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Getter method for the HeaderValue property.

See Also