TcpClient connection

  • Thread starter Thread starter chris
  • Start date Start date
C

chris

Is it possible to keep open more than one connection to different servers
with only one TcpClient? If no, is it safe to create about 50 instance of
TcpClient class?
Thanks!
 
It's not possible to keep more than one connection using one instance of
TcpClient. I think there should be no problem to create about 50 instances
of TcpClient class.

Jonny
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top