System.Net.HttpClient.IHTTPRequest.HeaderValue

From RAD Studio API Documentation
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