فهرست منبع

TFPCustomHttpServer: protected property Server

Ondrej Pokorny 1 ماه پیش
والد
کامیت
1ddcad0d22
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      packages/fcl-web/src/base/fphttpserver.pp

+ 2 - 0
packages/fcl-web/src/base/fphttpserver.pp

@@ -415,6 +415,8 @@ Type
     procedure HandleRequestError(Sender: TObject; E: Exception); virtual;
     procedure HandleRequestError(Sender: TObject; E: Exception); virtual;
     // Called when a connection encounters an error outside the request. Will call OnUnexpectedError when set.
     // Called when a connection encounters an error outside the request. Will call OnUnexpectedError when set.
     procedure HandleUnexpectedError(Sender: TObject; E : Exception); virtual;
     procedure HandleUnexpectedError(Sender: TObject; E : Exception); virtual;
+    // Inet Server
+    Property Server : TInetServer Read FServer;
     // Connection Handler
     // Connection Handler
     Property Connectionhandler : TFPHTTPServerConnectionHandler Read FConnectionHandler;
     Property Connectionhandler : TFPHTTPServerConnectionHandler Read FConnectionHandler;
     // Connection count. Convenience shortcut for Connectionhandler.GetActiveConnectionCount;
     // Connection count. Convenience shortcut for Connectionhandler.GetActiveConnectionCount;