aspnetcore/test
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
..
Microsoft.AspNetCore.SignalR.Client.FunctionalTests Copy HttpContext properties for long polling transport (#1684) 2018-03-22 15:24:35 -07:00
Microsoft.AspNetCore.SignalR.Client.Tests
Microsoft.AspNetCore.SignalR.Common.Tests
Microsoft.AspNetCore.SignalR.Redis.Tests
Microsoft.AspNetCore.SignalR.Tests Copy HttpContext properties for long polling transport (#1684) 2018-03-22 15:24:35 -07:00
Microsoft.AspNetCore.SignalR.Tests.Utils
Microsoft.AspNetCore.Sockets.Tests Copy HttpContext properties for long polling transport (#1684) 2018-03-22 15:24:35 -07:00
Directory.Build.props
xunit.runner.json