System.Net.HttpClient.IHTTPRequest.HeaderValue

From RAD Studio API Documentation
Revision as of 08:42, 22 January 2015 by AChaves (talk | contribs) (57904)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient IHTTPRequest

Description

List of HTTP header fields of your request.

AName is the name of an HTTP header field. Use the name of an HTTP header field to get or set its value.

See Also