> How to find out the List of network adpater ie IP address and 
> all active adapter twsocket

If you just mean all the active IP addresses on the PC, the
OverbyteIcsWSocket unit includes a public function: LocalIPList
that returns a TStringList of all the IPv4 and IPv6 addresses.  

It may also be called with parameters to get just one type of address:

LocalIPList (sfIPv4, IPPROTO_TCP)
LocalIPList (sfIPv6, IPPROTO_TCP)

If you need to know which IP addresses are allocated to specific adaptors,
you to use IpHlpAdaptersInfo from Internet Protocol Helper Components
from:  

http://www.magsys.co.uk/delphi/magiphlp.asp

which will shortly be updated for IPv6. 

Angus




--
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