We can get some remote info of the connected client from the following code but,
are there any possibilities of getting the computername as well?

Are you asking about Windows networking "computername" ? This is completly independent of the TCP/IP protocol. It may even be different that the DNS name associated with the computer's IP address.

if the remote computer is on the same LAN (or WAn transporting Windows networking), then Windows API has function to enumerate computers on the network (this is what Windows Explorer uses to show the network neightborhood). You may use that API into your application.

--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to