标签: web-applications signalr signalr-hub httpbrowsercapabilities
我试图从SignalR服务器获取客户端的浏览器功能和远程IP地址。我根据许多建议而不是Context.Request.GetHttpContext()使用了HttpContext.Current。但是,我仍然得到了#null;'。任何帮助,将不胜感激。谢谢。
Context.Request.GetHttpContext()
HttpContext.Current
答案 0 :(得分:0)
无法解释为什么httprequest返回null但Context.Request.Environment包含客户端的远程IP以及有关连接的其他信息。希望它有所帮助。
Context.Request.Environment