System.Net.HttpClientComponent.TNetHTTPClient.CustomHeaders

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CustomHeaders[const AName: string]: string read GetCustomHeaderValue write SetCustomHeaderValue;

C++

__property System::UnicodeString CustomHeaders[const System::UnicodeString AName] = {read=GetCustomHeaderValue, write=SetCustomHeaderValue};

Properties

Type Visibility Source Unit Parent
property public
System.Net.HTTPClientComponent.pas
System.Net.HTTPClientComponent.hpp
System.Net.HttpClientComponent TNetHTTPClient

Description

Custom-Headers which the client component adds to any request.

The CustomHeaders property is an array with the headers specified by the AName.

See Also