Yes. Each connection used its own tcp socket. When you open a tcp
connection for a given IP address and port, a "socket" is created. Any
traffic on this socket is private to the socket (other sockets opened on
the same address and port will not see it).

--Ted

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to