Web.HTTPApp.TWebRequest.DerivedFrom

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DerivedFrom: string index 18 read GetStringVariable;

C++

__property System::UnicodeString DerivedFrom = {read=GetStringVariable, index=18};

Properties

Type Visibility Source Unit Parent
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebRequest

Description

Reports the value of the Derived-From header of the HTTP request message.

Read DerivedFrom to determine the URI from which the value of Content originated. DerivedFrom is only meaningful when the request includes a Content property and the Content did not originate with the Web client.

See Also