* Some extra published properties. Fix issue #39994

This commit is contained in:
Michaël Van Canneyt 2022-11-13 23:42:20 +01:00
parent 3b43bd027c
commit 9145565895

View File

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