aspnetcore/src
David Fowler 6053a34cf3
Don't expose HubConnectionContext on the Hub (#1674)
- Made HubCallerContext an abstract class
- Made DefaultHubCallerContext that gets data from the HubConnectionContext.
- Removed IP address
- Removed Connection property
2018-03-21 10:07:41 -07:00
..
Common Small optimizations (#1617) 2018-03-16 16:08:11 -07:00
Microsoft.AspNetCore.SignalR Don't expose HubConnectionContext on the Hub (#1674) 2018-03-21 10:07:41 -07:00
Microsoft.AspNetCore.SignalR.Client Add additional properties to HttpOptions (#1557) 2018-03-13 09:46:34 +13:00
Microsoft.AspNetCore.SignalR.Client.Core Rename negotiate to handshake, add handshake response, add close frame (#1591) 2018-03-20 17:40:22 +13:00
Microsoft.AspNetCore.SignalR.Client.MsgPack Split MsgPack into separate assembly (#1274) 2018-01-10 14:20:57 -08:00
Microsoft.AspNetCore.SignalR.Common Rename negotiate to handshake, add handshake response, add close frame (#1591) 2018-03-20 17:40:22 +13:00
Microsoft.AspNetCore.SignalR.Core Don't expose HubConnectionContext on the Hub (#1674) 2018-03-21 10:07:41 -07:00
Microsoft.AspNetCore.SignalR.MsgPack Split MsgPack into separate assembly (#1274) 2018-01-10 14:20:57 -08:00
Microsoft.AspNetCore.SignalR.Protocols.MsgPack Rename negotiate to handshake, add handshake response, add close frame (#1591) 2018-03-20 17:40:22 +13:00
Microsoft.AspNetCore.SignalR.Redis Improved allocations and throughput for broadcast scenarios (#1660) 2018-03-21 09:03:36 -07:00
Microsoft.AspNetCore.Sockets.Abstractions Rename negotiate to handshake, add handshake response, add close frame (#1591) 2018-03-20 17:40:22 +13:00
Microsoft.AspNetCore.Sockets.Client.Http Small optimizations (#1617) 2018-03-16 16:08:11 -07:00
Microsoft.AspNetCore.Sockets.Common.Http
Microsoft.AspNetCore.Sockets.Http Rename negotiate to handshake, add handshake response, add close frame (#1591) 2018-03-20 17:40:22 +13:00
Directory.Build.props