RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebResponse.DerivedFrom Property

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

Pascal
property DerivedFrom: string;
C++
__property AnsiString DerivedFrom;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!