System.Win.ScktComp.TServerWinSocket.ActiveConnections

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ActiveConnections: Integer read GetActiveConnections;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp TServerWinSocket

Beschreibung

Gibt die Anzahl der aktuell geöffneten Verbindungen zu Client-Sockets an, die von dem empfangenden Socket akzeptiert werden.

Mit ActiveConnections können Sie die Verwendung des Server-Socket überwachen. Die Eigenschaft ActiveConnections gibt die Anzahl der Elemente im Array Connections an.

Siehe auch