aspnetcore/samples/SocialWeather
David Fowler 6a8ede0770
Further making Microsoft.AspNetCore.Sockets "not a thing" (#1599)
- This PR attempts to move things where they are needed instead of where they
happened to be used. As a result we should now have Sockets.Abstractions and
Sockets down to the minimal set of things required to make them run.
Sockets.Abstractions should go away in favor of Protocol.Abstractions and
Sockets contains the EndPoint abstraction and related types.
- Moved ConnectionManager and friends to
Sockets.Http.
-Removed Sockets and moved everything into Sockets.Abstractions.
- Moved DefaultConnection and put it in Sockets.Abstractions.
2018-03-14 15:37:24 -07:00
..
Json add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
Pipe Fix SocialWeather sample (#1313) 2018-01-25 21:15:38 -08:00
Protobuf Text Protocol Formatter (#187) 2017-02-14 16:00:51 -08:00
wwwroot Fix SocialWeather sample (#1313) 2018-01-25 21:15:38 -08:00
ConnectionList.cs Further making Microsoft.AspNetCore.Sockets "not a thing" (#1599) 2018-03-14 15:37:24 -07:00
FormatterResolver.cs add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
IStreamFormatter.cs add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
PersistentConnectionLifeTimeManager.cs Use features from Protocol.Abstractions (#1594) 2018-03-14 08:17:07 -07:00
Program.cs Disabling hosting startup 2017-05-21 16:46:47 -07:00
SocialWeather.csproj Update samples and tests to target netcoreapp2.1 2017-11-16 13:38:46 -08:00
SocialWeatherEndPoint.cs Use features from Protocol.Abstractions (#1594) 2018-03-14 08:17:07 -07:00
Startup.cs Further making Microsoft.AspNetCore.Sockets "not a thing" (#1599) 2018-03-14 15:37:24 -07:00
WeatherReport.cs add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
web.config