Web.HTTPApp.TWebResponse.Location

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

Delphi

property Location: string index 6 read GetStringVariable write SetStringVariable;

C++

__property System::UnicodeString Location = {read=GetStringVariable, write=SetStringVariable, index=6};

プロパティ

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

説明

リクエストを完了するために Web クライアントが示す必要のあるリソースの URI を指定します。

Location プロパティは,TWebResponse が HTTP リクエストメッセージに対応する新しいリソースを作成したとき,またはレスポンスの処理を HTTP リクエストメッセージ内で指定された URI 以外の URI に代行させなくてはならないときに設定します。

関連項目