[twsocket] Port vs LocalPort

2007-04-06 Thread Engi
Hi,
 
What is different between Port and LocalPort property ?
Same for Addr and LocalAddr ?
 
TIA,
Engi
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Port vs LocalPort

2007-04-06 Thread Francois PIETTE
 What is different between Port and LocalPort property ?

A socket has two ends: a local end and a remote end. When you connect to a 
server, you specify the remote port and the OS select the local port for you 
(You can also force a given local port).

 Same for Addr and LocalAddr ?

Same for address: one is the remote and the other is the local (there may be 
several addresses for a computer: one per network interface).

--
Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
http://www.overbyte.be


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