* 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)
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);