C# 中的 HTTP 隧道通过防火墙 (TCP)

发布于 2024-08-21 16:21:15 字数 116 浏览 7 评论 0原文

我的需要是使用 http 隧道在 NAT 后面的 2 个客户端之间进行通信。是否可以?需要什么设置才能实现这一点(例如http代理服务器等)?是否有任何库或示例代码可用于在 C# 中通过 TCP 实现 http 隧道?

My need is to communicate between 2 client behind NAT using http tunneling. Is it possible? What all setup is needed to achieve this (like http proxy server etc.)? Is there any library or sample code available for implementing http tunneling over TCP in C#?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

人间不值得 2024-08-28 16:21:15

您也许可以使用这个库:
http://granados.sourceforge.net/

它支持端口转发(在本例中为隧道),
但我自己还没有尝试过。

这是一个 SSH 库...所以如果您可以在连接的任一端设置 SSH 服务器
您将能够建立 SSH 连接并创建隧道。

It might be possible for you to use this library:
http://granados.sourceforge.net/

It supports port forwarding (tunneling in this case),
but I haven't tried it myself.

It's an SSH library... so if you can set up an SSH server on either end of the connection
you'll be able to establish an SSH connection and create a tunnel.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文