System.Net.HttpClient.THTTPRequest.RemoveHeader
Delphi
function RemoveHeader(const AName: string): Boolean; virtual; abstract;
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 | THTTPRequest |
Description
Removes the specified HTTP header field from the list of headers of your request.