System.Net.HttpClient.IHTTPRequest.AddHeader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddHeader(const AName, AValue: string);

C++

virtual void __fastcall AddHeader(const System::UnicodeString AName, const System::UnicodeString AValue) = 0 ;

Properties

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

Description

Adds the specified HTTP header field with the specified value to the list of headers of your request.

See Also