Go to file
David Fowler 1647432ef6 Added Connection property to EndPoint
- Exposes a list of connections for user code to act on
- The connection list is thread safe (uses a concurrent dictionary under the hood)
- Removed the Bus and just used the connection list in the samples
2016-10-03 22:58:56 -07:00
samples Added Connection property to EndPoint 2016-10-03 22:58:56 -07:00
src/Microsoft.AspNetCore.Sockets Added Connection property to EndPoint 2016-10-03 22:58:56 -07:00
.gitattributes
.gitignore
LICENSE.md Updated license.md 2016-10-01 00:45:02 -07:00
Microsoft.AspNetCore.Sockets.sln Added .NET WebSocket sample 2016-10-01 13:59:35 -07:00
NuGet.config Added support for websockets 2016-10-01 10:26:49 -07:00
global.json