带代理的 C# WebSocket

C# WebSocket with Proxy

我在 pusher-websocket-dotnet 的 WCF 应用程序中使用 Pusher。 这工作正常!

但是当服务器机器被代理时,无法连接。

.net WebSocket class 有一个从 SuperSocket.ClientEngine.IproxyConnector 派生的 属性 代理,我想知道如何在其中配置代理,因为它不是 WebProxy 类型对象。

此社区库中尚不支持代理。看: https://github.com/pusher-community/pusher-websocket-dotnet/issues/11

不胜感激。