Web.HTTPApp.TWebRequest.ServerPort
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 を含みます。