System.Net.HttpClient.IHTTPResponse.HeaderValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property HeaderValue[const AName: string]: string read GetHeaderValue;

C++

__property System::UnicodeString HeaderValue[const System::UnicodeString AName] = {read=GetHeaderValue};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient IHTTPResponse


Description

Comporte les valeurs d'en-tête.

Le paramètre AName est le nom de l'en-tête.

La propriété HeaderValue utilise GetHeaderValue en tant que méthode getter pour renvoyer la valeur chaîne associée au nom fourni avec le paramètre AName.

Voir aussi