Web.HTTPApp.TWebResponse.GetCustomHeader
Delphi
function GetCustomHeader(const Name: string): String;
C++
System::UnicodeString __fastcall GetCustomHeader(const System::UnicodeString Name);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | TWebResponse |
Description
Returns the value of the custom header with the specified name.
Call GetCustomHeader to obtain the value of one of the custom headers specified in the CustomHeaders property. The Name parameter specifies the name of the HTTP message header.