RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServerWinSocket.ActiveConnections Property

Indicates the number of connections to client sockets accepted by this listening socket that are currently open.

Pascal
property ActiveConnections: Integer;
C++
__property int ActiveConnections;

Use ActiveConnections to monitor the use of the server socket. ActiveConnections is the number of entries in the Connections array. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!