Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Sep : Re: Indy10 TCPServer - refusing connections
| Subject: | Re: Indy10 TCPServer - refusing connections |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Mon, 17 Sep 2007 16:12:22 |
"Toby Piper" <news@CompCraft.com> wrote in message
news:46ef018c$1@newsgroups.borland.com...
> Is there a way to refuse new connections while the server is still active?
Not really.
> In the OnConnect?
You can disconnect a client in that event, but the client will still be
accepted and initialized by the server before the event is triggered.
Gambit