vote up 1 vote down star

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

flag

63% accept rate

2 Answers

vote up 1 vote down check

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

link|flag
vote up 2 vote down

You can execute netstat -anb and process output.

link|flag
any other ideas ... through .net or win32 apis – Abdul Khaliq Nov 4 at 18:47

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.