System.Net.HttpClient.THTTPRequest.SetHeaderValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHeaderValue(const AName, AValue: string); virtual; abstract;

C++

virtual void __fastcall SetHeaderValue(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 THTTPRequest

Description

Defines the value of the HTTP header field with the specified name.

See Also