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
..
HubEndpointTestUtils Don't expose HubConnectionContext on the Hub (#1674) 2018-03-21 10:07:41 -07:00
Internal Rename negotiate to handshake, add handshake response, add close frame (#1591) 2018-03-20 17:40:22 +13:00
CancellationDisposable.cs
ClientProxyTests.cs Removed params from proxy's SendAsync and rename to SendCoreAsync (#1605) 2018-03-16 14:05:22 +13:00
DefaultHubActivatorTests.cs
DefaultHubLifetimeManagerTests.cs Improved allocations and throughput for broadcast scenarios (#1660) 2018-03-21 09:03:36 -07:00
DefaultTransportFactoryTests.cs
EchoEndPoint.cs Client sends user agent with version based on assembly version (#1551) 2018-03-08 10:25:12 +13:00
EndToEndTests.cs Rename negotiate to handshake, add handshake response, add close frame (#1591) 2018-03-20 17:40:22 +13:00
HttpHeaderEndPoint.cs Add Missing File Header (#1560) 2018-03-08 19:49:32 +00:00
HubEndpointTests.cs Copy HttpContext properties for long polling transport (#1684) 2018-03-22 15:24:35 -07:00
HubMethodInvocationMessageTests.cs Logging invocations with errors would throw inside logger (#1445) 2018-02-13 14:57:21 -08:00
HubReflectionHelperTests.cs
MapSignalRTests.cs Add SignalR Marker Service (#1573) 2018-03-10 00:58:57 +00:00
Microsoft.AspNetCore.SignalR.Tests.csproj
Startup.cs Further making Microsoft.AspNetCore.Sockets "not a thing" (#1599) 2018-03-14 15:37:24 -07:00
UncreatableHub.cs
WebSocketsTransportTests.cs Use features from Protocol.Abstractions (#1594) 2018-03-14 08:17:07 -07:00