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.
我们计划使用 signalR 代替 wcf 双重通信,因为后者由于端口而存在防火墙问题
到目前为止一切都很好,我能够
proxy.On<Type>()
Clients.MethodName(arg1, arg2)
但我无法弄清楚集线器是否可以从客户端查询数据。
请参阅上面 dfowlwer 的评论,看起来这不可能