TCPListener

  • Thread starter Thread starter Johann
  • Start date Start date
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
 
Back
Top