System.Net.HttpClient.IHTTPRequest.RemoveHeader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RemoveHeader(const AName: string): Boolean;

C++

virtual bool __fastcall RemoveHeader(const System::UnicodeString AName) = 0 ;

Properties

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

Description

Removes the specified HTTP header field from the list of headers of your request.

See Also