aspnetcore/samples/SocialWeather
David Fowler 2aabce48b4 Remove custom routing and path matching from HttpConnectionDispatcher (#471)
- We're now using the routing system in a very vanilla way now that
we're not using the URL space as part of the protocol.
- Removed the path argument from the HttpConnectionDispatcher (simplifies code and removes duplication from tests)
2017-05-20 00:34:29 -07:00
..
Json
Pipe
Protobuf
wwwroot
FormatterResolver.cs
IStreamFormatter.cs
PersistentConnectionLifeTimeManager.cs Implement new Hub Protocol (Part Deux) (#390) 2017-05-09 12:24:58 -07:00
Program.cs
SocialWeather.csproj
SocialWeatherEndPoint.cs Fixing SocialWeather sample 2017-05-08 12:49:57 -07:00
Startup.cs Remove custom routing and path matching from HttpConnectionDispatcher (#471) 2017-05-20 00:34:29 -07:00
WeatherReport.cs
web.config