aspnetcore/test/Microsoft.AspNetCore.Signal...
David Fowler f1a3775247
Copy HttpContext properties for long polling transport (#1684)
- The long polling transport simulates a persistent connection
over multiple http requests. In order to expose common http request
properties, we need to copy them to a fake http context on the first poll
and set that as the HttpContext exposed via the IHttpContextFeature.
2018-03-22 15:24:35 -07:00
..
HubConnectionTests.cs Copy HttpContext properties for long polling transport (#1684) 2018-03-22 15:24:35 -07:00
Hubs.cs Don't expose HubConnectionContext on the Hub (#1674) 2018-03-21 10:07:41 -07:00
Microsoft.AspNetCore.SignalR.Client.FunctionalTests.csproj
Startup.cs