S
swapnaven
I posted this to both vb.net and csharp.net communities. In the csharp community someone responded that, yes, it is a stream and therefore can have multiple messages in it. (i paraphrased quite a bit there).I can code for that knowing thats what it is, but my question is, is the stream specific to a given client and server (ie.localEndPoint/RemoteEndPoint connection)? If I have several clients connected to the same server port, no two clients will send messages on the same stream, but a given client could send multiple messages on it's stream. Is that the gist of the idea?