标签: asp.net-mvc signalr signalr-hub
当我使用ConnectionId时,有可能映射IUserIdProvider吗?
ConnectionId
IUserIdProvider
此变量Clients.User(userIdTo)的类型为“UserProxy”
Clients.User(userIdTo)
UserProxy
我知道怎么能把ConnectionID用红色圈起来吗?
拥抱
答案 0 :(得分:0)
使用集线器的Context属性获取ConnectionId属性。那就是:Context.ConnectionId
Context
Context.ConnectionId