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.
我想在我的 IIS 和 Ipad 或 Android 设备之间实现 TCP/IP 连接。为此,我在 IIS 中打开一个端口,该端口始终接受来自设备的连接。如果客户端和服务器之间建立了连接,则服务器将保持连接并稍后响应设备请求。因为我的要求是当我在服务器上有更新时我想提醒设备。或者是否有任何替代方法可用于识别设备。如果可以,请你帮助我。
提前致谢。
看看SignalR。它就是为这种情况而设计的。