System.Win.ScktComp.TServerAcceptThread

Delphi
TServerAcceptThread = class(TThread)
C++
class PASCALIMPLEMENTATION TServerAcceptThread : public System::Classes::TThread
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| class | public | System.Win.ScktComp.pas System.Win.ScktComp.hpp | System.Win.ScktComp | System.Win.ScktComp | 
Description
TServerAcceptThread is used to poll the listening socket for incoming client connections.
When a Windows server is in the listening mode and a connection is requested by a client socket, the Windows server will accept the connection through an instance of the TServerAcceptThread class.