Web.HTTPApp.TWebResponse.DerivedFrom

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DerivedFrom: string index 10 read GetStringVariable write SetStringVariable;

C++

__property System::UnicodeString DerivedFrom = {read=GetStringVariable, write=SetStringVariable, index=10};

Properties

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

Description

Specifies the URI of the resource where the Content of the HTTP response originated.

Set DerivedFrom to the URI where the value of Content originates. It is especially important to set DerivedFrom when the Content of the HTTP response did not originate from the resource indicated by the URL property of the request object.

See Also