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