I am using Asp.net Identity framework for authentication. Now I need the User id of connected client from connectionId or role of connected user.
相关问题
- MVC5 EF6 Seed Method: Cannot insert NULL into colu
- How to generate URL for the action with attribute
- How to retrieve multiple columns from non-entity t
- Asp.Net MVC 5 Identity Create Database Admin Inter
- Unable to login to PiranhaCMS after setup
相关文章
- 关于SignalR的问题
- 关于SignalR的问题
- Why do I need a ToList() to avoid disposed context
- How to get a list of connected clients on SignalR
- Cannot implicitly convert Web.Http.Results.JsonRes
- How can I kill a SignalR connection?
- Check authorize in SignalR attribute
- Use of /signalr/ping call when using long polling
Don't forget to use the
[Authorize]
attribute in yourHub
class