aspnetcore/test/Microsoft.AspNetCore.Signal...
BrennanConroy 6ba5e87b45
Allow CancellationToken in streaming hub methods (#2818)
2018-09-19 15:21:07 -07:00
..
HubConnectionHandlerTestUtils Allow CancellationToken in streaming hub methods (#2818) 2018-09-19 15:21:07 -07:00
Internal CancellationToken EVERYWHERE (#2101) 2018-04-20 16:21:51 -07:00
AddSignalRTests.cs Idempotentize AddSignalR (#2972) 2018-09-19 13:39:34 -07:00
AuthConnectionHandler.cs
CancellationDisposable.cs
ClientProxyTests.cs CancellationToken EVERYWHERE (#2101) 2018-04-20 16:21:51 -07:00
DefaultHubActivatorTests.cs
DefaultHubLifetimeManagerTests.cs Create a Public Test Suite for HubLifetimeManager implementations (#2353) 2018-06-06 16:59:55 -07:00
DefaultTransportFactoryTests.cs fix #2140 by ensuring the access token flows to WebSocketTransport (#2173) 2018-05-01 16:14:24 -07:00
EchoConnectionHandler.cs
EndToEndTests.cs Don't send WebSocketCloseStatus.Empty, it's invalid (#2716) 2018-08-02 09:09:25 -07:00
HttpHeaderConnectionHandler.cs
HubConnectionHandlerTests.cs Allow CancellationToken in streaming hub methods (#2818) 2018-09-19 15:21:07 -07:00
HubReflectionHelperTests.cs
MapSignalRTests.cs Fix not detecting marker service (#2149) 2018-05-01 17:42:00 -07:00
Microsoft.AspNetCore.SignalR.Tests.csproj Create a Public Test Suite for HubLifetimeManager implementations (#2353) 2018-06-06 16:59:55 -07:00
SerializedHubMessageTests.cs
Startup.cs
UncreatableHub.cs
WebSocketsTransportTests.cs Merge pull request #2184 from aspnet/release/2.1 2018-05-01 16:37:54 -07:00
WriteThenCloseConnectionHandler.cs