Internet Direct (Indy) Version 9.0.2 Beta
TIdSimpleServer.Abort
Instructs a server to stop listening.

procedure Abort; virtual;
Description
Abort is a procedure that instructs TIdSimpleServer to stop listening for connection requests. After calling Abort, the server will close the listening socket handle and force an exit from the Listen method.