在 C# 中阻止传出连接(IP 地址)
我想阻止来自 c# 的 IP。
我查了一下MSDN,发现只有防火墙例外的用法。
还有其他更简单的解决方案吗?我不想触及客户的计算机设置。
I would like to block an IP from c#.
I looked up MSDN, and found only firewall exception usage.
Is there any other simpler solutions? I don't want to touch my client's computer setting.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不可以,只有操作系统或挂接到操作系统的应用程序才能阻止传出连接。防火墙是执行此操作的最佳位置。
No, only the OS or an application that hooks into the OS can block outgoing connections. The firewall is the best place to do this.