Code:
ipendpoint = New IPEndPoint(IPAddress.Parse("00.00.00.000"), 6000) ' my ip insted of the 0000
 tcpListener = New TcpListener(ipendpoint)
  tcpListener.Start()
error is

The requested address is not valid in its context


info

I have two computer in my network and that ip is for both of them I guess that's y this erropr occurs any idea to solve this problem



thx for the future help