开源 C# 代理服务器 - 有项目/示例吗?
有人知道任何开源 C# 代理服务器项目吗?否则,任何涵盖如何使用 C# 类来使代理服务器基本功能正常工作(特别是 HTTPS 请求)的文章/教程
到目前为止,我找到的唯一一个(我将查看)是: http://www.mentalis.org/soft/projects/proxy/
Anyone know of any open source C# proxy server projects? Otherwise any articles/tutorials that cover how to use C# classes to get proxy server basic functionality working (in particularly for HTTPS requests)
The only one I have found so far (and I will look at) is: http://www.mentalis.org/soft/projects/proxy/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以查看Sharp 中的迷你代理服务器。
它支持 HTTP 和 HTTPS。
You could have a look at the Mini Proxy Server in Sharp.
It supports both HTTP and HTTPS.
检查下面的项目。它是一个支持 HTTPS 的代理服务器
https://github.com/titanium007/Titanium
Checkout below project. Its a HTTPS supporting proxy server
https://github.com/titanium007/Titanium
Sharp 中的 Mini Proxy Server
源代码链接如下:
源代码此处
或直接链接下载
直接链接下载
Mini Proxy Server in Sharp
source code of the link for that is here :
Source Code here
or direct link download
Direct link download