Is there a way of finding which services are listening at a particular port (TCP/UDP) using C# libraries?
Asked
Active
Viewed 516 times
3
-
C# is a language. .NET is a framework (among other things a collection of libraries). – Kornelije Petak Jul 18 '11 at 05:59
-
2possible duplicate of [Which PID listens on a given port in c#](http://stackoverflow.com/questions/577433/which-pid-listens-on-a-given-port-in-c) – Rick Sladkey Jul 18 '11 at 06:16