aspnetcore/samples/ChatSample
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
..
Controllers
Data
Hubs Remove the params argument from IClientProxy (#946) 2017-09-25 21:01:52 -07:00
Models
Services
Views camelCasing objects serialized by JsonHubProtocol 2017-09-21 22:58:59 -07:00
wwwroot
.bowerrc
ChatSample.csproj Moving versions to alpha2 2017-09-15 12:11:53 -07:00
HubWithPresence.cs
IUserTracker.cs
InMemoryUserTracker.cs
PresenceHubLifetimeManager.cs Clients Subset - AllExcept (#700) 2017-08-22 17:33:27 -07:00
Program.cs
RedisUserTracker.cs
Startup.cs Add using for presence in chat sample (#727) 2017-08-17 09:49:23 -07:00
UserDetails.cs
appsettings.json
bower.json
bundleconfig.json
compilerconfig.json
compilerconfig.json.defaults
web.config