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 -

c# - How do I debug "System.DllNotFoundException: The specified procedure could not be found"? -

python - How to read gradle build progress from it's output? -