2 writes to WebHostOptions
Microsoft.AspNetCore.Hosting (2)
GenericHost\GenericWebHostBuilder.cs (1)
67options.WebHostOptions = webHostOptions;
GenericHost\SlimWebHostBuilder.cs (1)
43options.WebHostOptions = webHostOptions;
5 references to WebHostOptions
Microsoft.AspNetCore.Hosting (5)
GenericHost\GenericWebHostService.cs (5)
76urls = Options.WebHostOptions.ServerUrls; 112serverAddressesFeature!.PreferHostingUrls = Options.WebHostOptions.PreferHostingUrls; 149if (!Options.WebHostOptions.CaptureStartupErrors) 154var showDetailedErrors = HostingEnvironment.IsDevelopment() || Options.WebHostOptions.DetailedErrors; 174foreach (var assembly in Options.WebHostOptions.GetFinalHostingStartupAssemblies())