mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 03:49:19 +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)
|
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user