aspnetcore/test/Microsoft.AspNetCore.Socket...
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
..
ApplicationLifetime.cs
ConnectionManagerTests.cs Create connectionIds using RNGCrypto (#1606) 2018-03-16 16:16:34 -07:00
HttpConnectionDispatcherTests.cs Copy HttpContext properties for long polling transport (#1684) 2018-03-22 15:24:35 -07:00
LongPollingTests.cs Create connectionIds using RNGCrypto (#1606) 2018-03-16 16:16:34 -07:00
MapEndPointTests.cs
Microsoft.AspNetCore.Sockets.Tests.csproj
ServerSentEventsMessageFormatterTests.cs
ServerSentEventsTests.cs Create connectionIds using RNGCrypto (#1606) 2018-03-16 16:16:34 -07:00
TestWebSocketConnectionFeature.cs
WebSocketsTests.cs Create connectionIds using RNGCrypto (#1606) 2018-03-16 16:16:34 -07:00