Web.Win.IsapiHTTP.TISAPIRequest.GetFieldByName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFieldByName(const Name: string): string; override;

C++

virtual System::UnicodeString __fastcall GetFieldByName(const System::UnicodeString Name);

Properties

Type Visibility Source Unit Parent
function public
Web.Win.IsapiHTTP.pas
Web.Win.IsapiHTTP.hpp
Web.Win.IsapiHTTP TISAPIRequest

Description

Returns the value of the HTTP header variable specified by the Name parameter.

Use GetFieldByName to read the value of an HTTP header variable that is not surfaced as one of the properties of TISAPIRequest. For information on possible HTTP request header variables, see the current Internet standards documents.

See Also