获取其他程序使用的指定端口的连接IP
有谁知道如何在 C# 中从另一个程序使用的指定端口获取连接 IP。。
谢谢
Does anyone know how to Get connecting IP from a specified port that is using by another program. in C#.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
所以您基本上想用 C# 构建您自己的
netstat
版本?使用 c# 构建您自己的 netstat.exe< /a>
So you basically want to build your own version of
netstat
in C#?Build your own netstat.exe with c#