yoyofx/NetCore_YOYOFx

how to user httpcontext in aspnet core signalr

Closed this issue · 1 comments

HttpContext.Connection.RemoteIpAddress.ToString();
Context.Request.HttpContext.RequestServices.GetService().
cannot find in hub ..

RemoteIP 可以在 建议在 Http请求里获取。

新关注我的新项目: https://github.com/yoyofx/yoyogo 使用Go语言复刻ASP.NET Core.