问题 I'm building a secure WebSockets client using C# and the WebSocket4Net library. I would like for all my connections to be proxied through a standard proxy. This lib uses the SuperSocket.ClientEngine.Common.IProxyConnector to specify a websocket connection's proxy, but I'm not sure how I'm supposed to implement that. Has anyone worked with this library and can offer some advice? 回答1: I had to do the same, to push all websocket connections through Fiddler, for easier debugging. Because the