mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 13:59:47 +02:00
* Some extra published properties. Fix issue #39994
This commit is contained in:
parent
3b43bd027c
commit
9145565895
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user