Phreak Posted March 21, 2003 Posted March 21, 2003 Can one TCPListener maintain multiple connections through one port from multiple clients? Or how would one go about setting up a "listen" server to accept multiple connections through one port? Quote If it works... don't worry, I'll fix it.
mmiers Posted April 4, 2003 Posted April 4, 2003 bump. It's a good question that I'd like to hear answered as well. :) - Mark Quote
*Gurus* Derek Stone Posted April 4, 2003 *Gurus* Posted April 4, 2003 Each incoming connection would be passed off to a new Socket class object. This frees up the TCPListener to wait for subsequent connections. Quote Posting Guidelines
Matin_Habibi Posted April 15, 2003 Posted April 15, 2003 Can you explain this more ? Is it possible determine that how many client we have in a TCPListener? Quote
Leaders quwiltw Posted April 15, 2003 Leaders Posted April 15, 2003 I think this sample will. It's well commented and easily understood. http://www.microsoft.com/downloads/details.aspx?FamilyId=4B3215C0-62E7-4B84-9944-7582B8CD0125&displaylang=en Quote --tim
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.