1 write to Configuration
Microsoft.AspNetCore.Hosting (1)
GenericHost\GenericWebHostService.cs (1)
42
Configuration
= configuration;
4 references to Configuration
Microsoft.AspNetCore.Hosting (4)
GenericHost\GenericWebHostService.cs (4)
71
var urls =
Configuration
[WebHostDefaults.ServerUrlsKey];
79
var httpPorts =
Configuration
[WebHostDefaults.HttpPortsKey] ?? string.Empty;
80
var httpsPorts =
Configuration
[WebHostDefaults.HttpsPortsKey] ?? string.Empty;
103
var preferHostingUrlsConfig =
Configuration
[WebHostDefaults.PreferHostingUrlsKey];