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.
我开发了一个基于 asp.net 和 signalr 的聊天应用程序,人们可以在其中向特定用户发送消息。
现在我想开发一个 win 表单聊天应用程序,它将连接到我基于 asp.net 的信号器集线器并获取所有登录用户并在网格中显示这些用户。
所以只要告诉我信号器是否可行,winform和网络表单用户可以相互交谈,但我的信号器集线器将只在网络中。如果是,请指导我如何使用 winform 开发此类应用程序,因为 Web 部件已准备好。
Mitul Suther 有一篇关于在 WPF 中使用 SignalR的博客