Web.HTTPApp.TWebRequest.ServerPort
Delphi
property ServerPort: Int64 index 24 read GetIntegerVariable;
C++
__property __int64 ServerPort = {read=GetIntegerVariable, index=24};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| property | public | Web.HTTPApp.pas Web.HTTPApp.hpp | Web.HTTPApp | TWebRequest | 
説明
Web サーバー上で HTTP リクエストメッセージを受け取るポートのポート番号です。
ServerPort プロパティを読み出すと,Web サーバーの接続に使用されたポートの番号がわかります。ServerPort が URL の一部として指定された場合,Host プロパティは ServerPost を含みます。