property MaxAcceptedConnections: integer; default 0;

 

Description

Specifies the maximum number of connections that the server can accept. When this number is exceeded, the thread for listening will be closed.

For example, if the server allows only one connection from the client (MaxAcceptedConnections is set to 1), it will stop listening on the port once a connection has been established.

The default value is 0 - the server will accept an unlimited number of connections.

 

Note: The MaxAcceptedConnections property sets the maximum total number of consecutive or parallel connections allowed within a single session. When this limit is reached, the server stops (Active is set to False).

To limit the number of simultaneously open connections, use the MaxOpenedConnections property.

 

 

 

 

 

 

 

SecureBridge Components, Copyright © 2007-2026 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support