System.Net.HttpClientComponent.TNetHTTPRequest.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 TNetHTTPRequest

Description

Custom-Headers which the client uses in the request component.

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

See Also