On Dec 1, 2011, at 3:52 AM, Francois PIETTE wrote:

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

Thank you for the explanation. The reason I asked is because in one of the 
forum that I googled on, did mention about using ICS and LocalIPList property. 
But I simply could not find the property/method. Anyway, thanks again for the 
pointer. 

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