aspnetcore/src/Microsoft.AspNetCore.Signal...
David Fowler e17cdae046 Added overloads from 0-n arguments (#949)
- Added 0 arg overload for InvokeAsync
2017-09-25 23:42:05 -07:00
..
Features Renaming Microsoft.AspNetCore.SignalR to Microsoft.AspNetCore.SignalR.Core 2017-08-31 10:10:02 -07:00
Internal Enabling customizing serialization settings in MessagePack protocol 2017-09-21 15:30:23 -07:00
Properties Renaming Microsoft.AspNetCore.SignalR to Microsoft.AspNetCore.SignalR.Core 2017-08-31 10:10:02 -07:00
DefaultHubActivator.cs Renaming Microsoft.AspNetCore.SignalR to Microsoft.AspNetCore.SignalR.Core 2017-08-31 10:10:02 -07:00
DefaultHubLifetimeManager.cs Check for null before sending to a specific connection id (#935) 2017-09-25 08:26:24 -07:00
DynamicClientProxy.cs Renaming Microsoft.AspNetCore.SignalR to Microsoft.AspNetCore.SignalR.Core 2017-08-31 10:10:02 -07:00
DynamicHub.cs Renaming Microsoft.AspNetCore.SignalR to Microsoft.AspNetCore.SignalR.Core 2017-08-31 10:10:02 -07:00
DynamicHubClients.cs AllExcept for Dynamic and Typed Hubs (#796) 2017-08-31 15:30:19 -07:00
Hub.cs Renaming Microsoft.AspNetCore.SignalR to Microsoft.AspNetCore.SignalR.Core 2017-08-31 10:10:02 -07:00
HubCallerContext.cs Renaming Microsoft.AspNetCore.SignalR to Microsoft.AspNetCore.SignalR.Core 2017-08-31 10:10:02 -07:00
HubConnectionContext.cs Added Cancellation support (#897) 2017-09-18 12:47:38 -07:00
HubConnectionList.cs Renaming Microsoft.AspNetCore.SignalR to Microsoft.AspNetCore.SignalR.Core 2017-08-31 10:10:02 -07:00
HubContext.cs Renaming Microsoft.AspNetCore.SignalR to Microsoft.AspNetCore.SignalR.Core 2017-08-31 10:10:02 -07:00
HubContext`T.cs Added typed HubContext 2017-09-19 16:16:31 -07:00
HubEndPoint.cs Exceptions thrown during writing should close the connection 2017-09-25 08:13:46 -07:00
HubLifetimeManager.cs Renaming Microsoft.AspNetCore.SignalR to Microsoft.AspNetCore.SignalR.Core 2017-08-31 10:10:02 -07:00
HubOptions.cs camelCasing objects serialized by JsonHubProtocol 2017-09-21 22:58:59 -07:00
Hub`T.cs Renaming Microsoft.AspNetCore.SignalR to Microsoft.AspNetCore.SignalR.Core 2017-08-31 10:10:02 -07:00
IClientProxy.cs Remove the params argument from IClientProxy (#946) 2017-09-25 21:01:52 -07:00
IClientProxyExtensions.cs Added overloads from 0-n arguments (#949) 2017-09-25 23:42:05 -07:00
IGroupManager.cs Renaming Microsoft.AspNetCore.SignalR to Microsoft.AspNetCore.SignalR.Core 2017-08-31 10:10:02 -07:00
IHubActivator.cs Renaming Microsoft.AspNetCore.SignalR to Microsoft.AspNetCore.SignalR.Core 2017-08-31 10:10:02 -07:00
IHubClients.cs AllExcept for Dynamic and Typed Hubs (#796) 2017-08-31 15:30:19 -07:00
IHubClients`T.cs AllExcept for Dynamic and Typed Hubs (#796) 2017-08-31 15:30:19 -07:00
IHubContext.cs Adding HubConnectionBuilder 2017-09-07 10:04:42 -07:00
IHubContext`T.cs Added typed HubContext 2017-09-19 16:16:31 -07:00
ISignalRBuilder.cs Renaming Microsoft.AspNetCore.SignalR to Microsoft.AspNetCore.SignalR.Core 2017-08-31 10:10:02 -07:00
Microsoft.AspNetCore.SignalR.Core.csproj Renaming Microsoft.AspNetCore.SignalR to Microsoft.AspNetCore.SignalR.Core 2017-08-31 10:10:02 -07:00
Proxies.cs Renaming Microsoft.AspNetCore.SignalR to Microsoft.AspNetCore.SignalR.Core 2017-08-31 10:10:02 -07:00
SignalRBuilder.cs Renaming Microsoft.AspNetCore.SignalR to Microsoft.AspNetCore.SignalR.Core 2017-08-31 10:10:02 -07:00
SignalRDependencyInjectionExtensions.cs Added typed HubContext 2017-09-19 16:16:31 -07:00
SignalRSocketBuilderExtensions.cs Renaming Microsoft.AspNetCore.SignalR to Microsoft.AspNetCore.SignalR.Core 2017-08-31 10:10:02 -07:00
TypedClientBuilder.cs Renaming Microsoft.AspNetCore.SignalR to Microsoft.AspNetCore.SignalR.Core 2017-08-31 10:10:02 -07:00
TypedHubClients.cs AllExcept for Dynamic and Typed Hubs (#796) 2017-08-31 15:30:19 -07:00