Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个应用程序,我需要过滤整个系统上的所有 http/https 流量(网络请求)。基本上,我想让管理员能够将地址/URL 输入白名单,然后阻止和/或监控其他所有内容。仅当我的主应用程序模块打开时才会发生这种情况,或者它可以随时发生(通过 Windows 服务)。
除了插入网络套接字、检查、批准或取消请求之外,我知道如何做所有事情。我已经做了很多搜索,但我没有得到任何地方!
仅供参考,我在 Visual Studio 2012 (.NET Framework 4.0) 中使用 C#。
从你的描述看来,你需要的是一个Firewall.
Firewall
查看这些文章