3 references to WebHostOptions
Microsoft.AspNetCore.Hosting (3)
GenericHost\GenericWebHostBuilder.cs (1)
122var webHostOptions = new WebHostOptions(_config);
GenericHost\WebHostBuilderBase.cs (1)
79var options = new WebHostOptions(context.Configuration, fallbackConfiguration: _config, environment: context.HostingEnvironment);
WebHostBuilder.cs (1)
220_options = new WebHostOptions(_config);