System.Net.URLClient.TURLClient.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.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TURLClient

Description

Array with the Custom Headers specified by AName.

See Also