System.Net.HttpClient.IHTTPResponse.ContainsHeader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ContainsHeader(const AName: string): Boolean;

C++

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

Properties

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

Description

Checks whether a given header is present.

The ContainsHeader method takes the AName parameter that is the name of the header.

ContainsHeader returns True if the header provided with the AName parameter is present.

See Also