Browse Source

* Some extra published properties. Fix issue #39994

Michaël Van Canneyt 2 years ago
parent
commit
9145565895
1 changed files with 3 additions and 0 deletions
  1. 3 0
      packages/fcl-web/src/base/fphttpserver.pp

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

@@ -456,6 +456,7 @@ Type
 
   TFPHttpServer = Class(TFPCustomHttpServer)
   Published
+    Property Address;
     Property Active;
     Property Port;
     Property QueueSize;
@@ -469,6 +470,8 @@ Type
     Property KeepConnections;
     Property KeepConnectionIdleTimeout;
     Property KeepConnectionTimeout;
+    Property OnKeepConnectionIdle;
+    Property OnUnexpectedError;
   end;
 
   EHTTPServer = Class(EHTTP);