Internet Direct (Indy) Version 9.0.1 Beta
Content
|
Index
|
Reference
TIdSimpleServer.Abort
TIdSimpleServer
,
See Also
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.