Internet Direct (Indy) Version 9.0.2 Beta
TIdIOHandler.AfterAccept
Specifies the method used to initialize an IOHandler after a new connection request.

procedure AfterAccept; virtual;
Description
AfterAccept is a virtual procedure in TIdIOHandler that specifies the mechanism used to initialize an IOHandler after a listener thread for has detected a client connection request. AfterAccept must be implemented in a descendant class, like TIdSSLIOHandlerSocket, to allow any operation needed prior to calling Accept for the socket binding in the newly detected client connection.