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 -

wpf - C# NAudio - Changing audio playback position still plays a small buffer of old position -

Log not being recorded for quickfix c++ Session -