I'm trying to get Browser capabilities and remote IP address of the client from the SignalR server. I have used Context.Request.GetHttpContext()
as per many suggestions instead of HttpContext.Current
. But, I am still getting 'null'. Any help would be appreciated. Thank you.
Asked
Active
Viewed 235 times
0

Bálint Budavölgyi
- 510
- 3
- 18

Vishal Pinto
- 31
- 3
1 Answers
0
Can't explain why the httprequest returns null but Context.Request.Environment
contains remote IP of the client and handfull of other information about the connection. Hope it helps.

Pato Srna
- 78
- 11