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.
我应该使用哪个库将我的 WCF 服务(远程)连接到 Websocket 服务器?
我找到了这个库 Microsoft.ServiceModel.Websocket.dll 但我没有找到在 web 服务是客户端而不是服务器的情况下如何使用。
PS:我正在使用.net 4.0。
谢谢!
您需要一个支持 websocket 协议的 WCF 绑定。不幸的是,它在 .net 4.0 中不存在。
不过,它将在 .net 4.5中可用。