1 write to Options
Microsoft.AspNetCore.Hosting (1)
GenericHost\GenericWebHostService.cs (1)
32Options = options.Value;
8 references to Options
Microsoft.AspNetCore.Hosting (8)
GenericHost\GenericWebHostService.cs (8)
76urls = Options.WebHostOptions.ServerUrls; 112serverAddressesFeature!.PreferHostingUrls = Options.WebHostOptions.PreferHostingUrls; 126var configure = Options.ConfigureApplication; 149if (!Options.WebHostOptions.CaptureStartupErrors) 154var showDetailedErrors = HostingEnvironment.IsDevelopment() || Options.WebHostOptions.DetailedErrors; 174foreach (var assembly in Options.WebHostOptions.GetFinalHostingStartupAssemblies()) 180if (Options.HostingStartupExceptions != null) 182foreach (var exception in Options.HostingStartupExceptions.InnerExceptions)