System.Win.ScktComp.TServerWinSocket.ActiveConnections

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActiveConnections: Integer read GetActiveConnections;

C++

__property int ActiveConnections = {read=GetActiveConnections, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp TServerWinSocket

Description

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

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

See Also