Internet Direct (Indy)
Home
PreviousUpNext
TIdSimpleServer.EndListen Method

Stops accepting connection requests on the server.

Pascal
procedure EndListen; virtual;

EndListen is a virtual procedure used to inform the server that it can no longer accept connection requests. 

EndListen resets state flags that indicate Abort has been called, and that the server is actively listening for new connections. 

EndListen is called in BeginListen when the socket handle for the listener is no longer valid.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.