Web.HTTPApp.TWebRequest.ServerPort

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

Delphi

property ServerPort: Integer index 24 read GetIntegerVariable;

C++

__property int ServerPort = {read=GetIntegerVariable, index=24, nodefault};

プロパティ

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

説明

Web サーバー上で HTTP リクエストメッセージを受け取るポートのポート番号です。

ServerPort プロパティを読み出すと,Web サーバーの接続に使用されたポートの番号がわかります。ServerPort が URL の一部として指定された場合,Host プロパティは ServerPost を含みます。

関連項目