Is there a way to find out if a port is open or if there is a listener on a particular port in VB .NET???
-Mat
Printable View
Is there a way to find out if a port is open or if there is a listener on a particular port in VB .NET???
-Mat
You can execute "netstat" dos command and redirect the results to your app. There are several switches that you will want to look into too.