2 port tcplistener?
-
I need to have a server listening on two ports. The server's reaction is the same on both ports. (It's just the way it is) I got code working on one port with a TCPListener. My question, do I need another TCPListener for the other port, or is there a way I can have the TCPListener listen on two ports? This forum is a life saver.
-
I need to have a server listening on two ports. The server's reaction is the same on both ports. (It's just the way it is) I got code working on one port with a TCPListener. My question, do I need another TCPListener for the other port, or is there a way I can have the TCPListener listen on two ports? This forum is a life saver.
dino2094 wrote:
My question, do I need another TCPListener for the other port
Yes.
Upcoming events: * Edinburgh: Web Security Conference Day for Windows Developers (12th April) * Glasgow: Introduction to AJAX (2nd May), SQL Server, Mock Objects My website