3 references to SocialWeatherConnectionHandler
SocialWeather (3)
SocialWeatherConnectionHandler.cs (2)
13
private readonly ILogger<
SocialWeatherConnectionHandler
> _logger;
16
FormatterResolver formatterResolver, ILogger<
SocialWeatherConnectionHandler
> logger)
Startup.cs (1)
35
endpoints.MapConnectionHandler<
SocialWeatherConnectionHandler
>("/weather");