I tried to read WsocktServer1->LocalAddr but the value is 0.0.0.0; Is there
a way (using ICS) to get what ip does a socket bind to?

A server socket is either bound to ALL IP addresses or to a single one.
When bound to a single IP, you - as the programmer - select which one by setting the Addr property to that IP. If you use 0.0.0.0, the socket is listening to ALL IPs.

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