vb.net - list of listening TcpListener on specific port -


i have following vb.net code

dim serversocket tcplistener serversocket = new tcplistener(system.net.ipaddress.any, port) port = 8080 

i want list of tcplistener listening port or other port

i have 2 applications first contain above code , second app contain dim clientsocket tcpclient

i want second app detect tcplistener


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -