tags:

views:

83

answers:

1

Hi,

Does anyone know how to Get connecting IP from a specified port that is using by another program. in C#.

Thanks

+2  A: 

So you basically want to build your own version of netstat in C#?

Build your own netstat.exe with c#

dtb