Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Nov : Re: client application for terminal users
| Subject: | Re: client application for terminal users |
| Posted by: | "Craig" (firebirdwebg..@hotmail.com) |
| Date: | Sat, 24 Nov 2007 17:27:29 |
Yes, there that info is available, as its part of the socket info.
I use my own components, (I find them to be more stable).. but you should
have a property called "Remote" or Remote address or something..
"Alex" <alex_rt_2000@yahoo.com> wrote in message
news:47468c33@newsgroups.borland.com...
> Hi,
>
> I made a client-server application, which works on local network, but now
I
> want to make it for terminal users (thin clients). When using a
> 'GStack.LocalAddresses' (Win2003, Delphi7, Indy 9 component set) on the
> client side of application, it returns an IP list of server computer (eg.
> 192.168.0.1). Because I need an IP addresses to communicate between server
> and clients, there is no idea how to obtain a terminal user's IP address
on
> the user side. Can you please send a little example to solve this problem?
>
> Regards
> Alex
none