Web.HTTPApp.TWebRequest.DerivedFrom

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property DerivedFrom: string index 18 read GetStringVariable;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebRequest

説明

HTTP リクエストメッセージの Derived-From ヘッダーの値を示します。

DerivedFrom プロパティを読み出すと,Content の値が発生した URI がわかります。DerivedFrom が意味を持つのは,リクエストに Content プロパティがあり,かつその Content プロパティがその Web クライアントから発生していないときだけです。

関連項目