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 add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
Pipe Text Protocol Formatter (#187) 2017-02-14 16:00:51 -08:00
Protobuf Text Protocol Formatter (#187) 2017-02-14 16:00:51 -08:00
wwwroot update MSBuild settings to make samples runnable (#180) 2017-02-07 09:39:21 -08: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 Implement new Hub Protocol (Part Deux) (#390) 2017-05-09 12:24:58 -07:00
Program.cs React to Logging API changes (#433) 2017-05-03 10:39:29 -07:00
SocialWeather.csproj Remove cyclic dependencies 2017-04-05 19:14:01 -07:00
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 add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
web.config Adding pipe formatter + some clean up 2016-11-15 10:39:48 -08:00