Does anyone know how to Get connecting IP from a specified port that is using by another program. in C#.
Thanks
Does anyone know how to Get connecting IP from a specified port that is using by another program. in C#.
Thanks
So you basically want to build your own version of netstat
in C#?
Build your own netstat.exe with c#