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