Web.HTTPApp.TWebRequest.RemoteHost

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

Delphi

property RemoteHost: string index 22 read GetStringVariable;

C++

__property System::UnicodeString RemoteHost = {read=GetStringVariable, index=22};

プロパティ

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

説明

HTTP リクエストメッセージを送ったクライアントの完全に逆ドメイン参照(完全限定)を示します。

Referer プロパティが指定されていない場合,RemoteHost プロパティを使用すると,リクエストソースへのバックリンクを示す URI 値を作成できます。RemoteHost にはパス情報が含まれていません。

関連項目