aspnetcore/src/Microsoft.AspNetCore.Signal...
David Fowler 7a53e07623
Parse data as it comes in off the wire in the .NET client and server (#1766)
- Change websockets and the POST end point to send data unbuffered.
- Update tests to handle partial frames
2018-03-29 10:03:59 -07:00
..
Internal Remove HubConnectionContext parameter from IHubProtocolResolver (#1735) 2018-03-27 10:25:00 -07:00
Properties
DefaultHubActivator.cs Use ActivatorUtlities.CreateFactory instead of CreateInstance (#1643) 2018-03-19 00:19:54 -07:00
DefaultHubCallerContext.cs Don't expose HubConnectionContext on the Hub (#1674) 2018-03-21 10:07:41 -07:00
DefaultHubLifetimeManager.cs Improved allocations and throughput for broadcast scenarios (#1660) 2018-03-21 09:03:36 -07:00
DefaultUserIdProvider.cs
DynamicClientProxy.cs Removed params from proxy's SendAsync and rename to SendCoreAsync (#1605) 2018-03-16 14:05:22 +13:00
DynamicHub.cs
DynamicHubClients.cs
Hub.cs
HubCallerClients.cs
HubCallerContext.cs Don't expose HubConnectionContext on the Hub (#1674) 2018-03-21 10:07:41 -07:00
HubClients.cs Removed params from proxy's SendAsync and rename to SendCoreAsync (#1605) 2018-03-16 14:05:22 +13:00
HubClients`T.cs Removed params from proxy's SendAsync and rename to SendCoreAsync (#1605) 2018-03-16 14:05:22 +13:00
HubConnectionContext.cs Parse data as it comes in off the wire in the .NET client and server (#1766) 2018-03-29 10:03:59 -07:00
HubConnectionHandler.cs Change IHubProtocol interface to support partial parsing (#1745) 2018-03-28 12:08:16 -07:00
HubConnectionStore.cs Improved allocations and throughput for broadcast scenarios (#1660) 2018-03-21 09:03:36 -07:00
HubContext.cs
HubContext`T.cs
HubGroupList.cs
HubLifetimeManager.cs Removed params from proxy's SendAsync and rename to SendCoreAsync (#1605) 2018-03-16 14:05:22 +13:00
HubMethodNameAttribute.cs
HubOptions.cs Rename negotiate to handshake, add handshake response, add close frame (#1591) 2018-03-20 17:40:22 +13:00
HubOptionsSetup.cs Rename negotiate to handshake, add handshake response, add close frame (#1591) 2018-03-20 17:40:22 +13:00
HubOptionsSetup`T.cs Rename negotiate to handshake, add handshake response, add close frame (#1591) 2018-03-20 17:40:22 +13:00
HubOptions`T.cs
Hub`T.cs
IClientProxy.cs Removed params from proxy's SendAsync and rename to SendCoreAsync (#1605) 2018-03-16 14:05:22 +13:00
IClientProxyExtensions.cs Removed params from proxy's SendAsync and rename to SendCoreAsync (#1605) 2018-03-16 14:05:22 +13:00
IGroupManager.cs
IHubActivator.cs
IHubCallerClients.cs
IHubCallerClients`T.cs
IHubClients.cs
IHubClients`T.cs
IHubContext.cs
IHubContext`T.cs
ISignalRBuilder.cs
IUserIdProvider.cs
JsonProtocolDependencyInjectionExtensions.cs
Microsoft.AspNetCore.SignalR.Core.csproj
Proxies.cs Removed params from proxy's SendAsync and rename to SendCoreAsync (#1605) 2018-03-16 14:05:22 +13:00
SignalRBuilder.cs
SignalRDependencyInjectionExtensions.cs The rename games part 1 of many (#1696) 2018-03-22 22:35:55 -07:00
SignalRSocketBuilderExtensions.cs The rename games part 1 of many (#1696) 2018-03-22 22:35:55 -07:00
TypedClientBuilder.cs Removed params from proxy's SendAsync and rename to SendCoreAsync (#1605) 2018-03-16 14:05:22 +13:00
TypedHubClients.cs