System.Net.URLClient.TURLClient.CustomHeaders
Delphi
property CustomHeaders[const AName: string]: string read GetCustomHeaderValue write SetCustomHeaderValue;
C++
__property System::UnicodeString CustomHeaders[const System::UnicodeString AName] = {read=GetCustomHeaderValue, write=SetCustomHeaderValue};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | public | System.Net.URLClient.pas System.Net.URLClient.hpp |
System.Net.URLClient | TURLClient |
Description
Tableau contenant les en-têtes personnalisés spécifiés par AName
.