aspnetcore/test/Microsoft.AspNetCore.Signal...
David Fowler 9df8d2f795 Remove the params argument from IClientProxy (#946)
* Remove the params argument from IClientProxy
- This allows passing arrays without having to explicitly ToArray() or AsEnumerable()
- Added overloads up to 10 arguments
- Added tests
2017-09-25 21:01:52 -07:00
..
Internal Adding default ctors for HubProtocols 2017-09-21 15:30:23 -07:00
CancellationDisposable.cs
DefaultHubActivatorTests.cs
DefaultHubLifetimeManagerTests.cs Check for null before sending to a specific connection id (#935) 2017-09-25 08:26:24 -07:00
DefaultTransportFactoryTests.cs
EchoEndPoint.cs
EndToEndTests.cs
HubEndpointTests.cs Remove the params argument from IClientProxy (#946) 2017-09-25 21:01:52 -07:00
HubReflectionHelperTests.cs
MapSignalRTests.cs
Microsoft.AspNetCore.SignalR.Tests.csproj
SignalRDependencyInjectionExtensionsTests.cs
Startup.cs
TestClient.cs Adding default ctors for HubProtocols 2017-09-21 15:30:23 -07:00
UncreatableHub.cs
WebSocketsTransportTests.cs