Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Sep : Re: GStack
| Subject: | Re: GStack |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Wed, 27 Sep 2006 10:46:45 |
"Roberto Meneghini" <rmeneghini@separationsystems.com> wrote in message
news:451ab664$1@newsgroups.borland.com...
> I'm trying to access the "LocalAddresses" property to find out the
> IP address of the network adapters installed in a computer. It always
> return 0.0.0.0.
Then you do not have any adapters available.
> However, HostName does return the correct name.
That has nothing to do with adapters. The HostName is the name of the
machine itself, and is not dependant on any adapters.
Gambit