TCPListener

J

Johann

How do i create a TCP Listener such that I don't have to stop the Listener
when I detect a new IPAddress. My program tries to close the old TCPListener
and bind to a the new IPAddress, but the Application throws an exception
because the old TCPListener hasn't unbinded it self. I could use the
constructor which bind to a port but it's marked obsolete.

Johann
 

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

Top