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.
我可以使用什么 .NET 类/方法来编写一个可以在我的 PC 上运行的简单 HTTP(s) 代理,它会:
您想在客户端执行此操作,对吗?
我认为这WebRequest可能是您正在寻找的。至于如何将它连接到操作系统......这是一个不同的问题。
WebRequest