Get connecting IP from specified ports that using

2019-02-20 16:40发布

问题:

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

Thanks

回答1:

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

Build your own netstat.exe with c#