tags:

views:

118

answers:

2

How do I get process name of an open port in C#?

+2  A: 

You can execute netstat -anb and process output.

Zote
any other ideas ... through .net or win32 apis
Abdul Khaliq
+1  A: 

http://www.codeproject.com/KB/IP/iphlpapi.aspx might also help

Abdul Khaliq