使用 C# 获取应用程序打开的所有 TCP 连接
如何查找特定应用程序打开的所有 tcp 连接,可能是通过进程 ID 或 smth。像这样?我用C#
How to find all tcp connections opened by specific application, maybe by process id or smth. like this? I use C#
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
该项目可以帮助您:获取活动的 TCP/UDP 连接
This project can help you :Getting active TCP/UDP connections
下面是一个简单的代码片段,用于获取所有连接及其 PID:
Here is an easy code-snippet to get all connections with their PIDs: