Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Aug : Re: Bind to "loopback only" (127.0.0.1) possible?
| Subject: | Re: Bind to "loopback only" (127.0.0.1) possible? |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Wed, 2 Aug 2006 10:34:33 |
"Arthur Hoornweg" <antispam.hoornweg@casema.nl.net> wrote in message
news:44d071d9$1@newsgroups.borland.com...
> It'll probably be Intraweb 8.
Intraweb is based on Indy. Indy's TIdTCPServer component has a Bindings
property. For each IP that you want to bind to, add a cooresponding item to
the Bindings collection. You can bind to just 127.0.0.1 if you want to.
Gambit