IWebHostBuilder
Build()
ConfigureAppConfiguration(Action<WebHostBuilderContext, IConfigurationBuilder>)
ConfigureServices(Action<IServiceCollection>)
ConfigureServices(Action<WebHostBuilderContext, IServiceCollection>)
GetSetting(String)
UseSetting(String, String)
CaptureStartupErrors(IWebHostBuilder, Boolean)
Configure(IWebHostBuilder, Action<IApplicationBuilder>)
Configure(IWebHostBuilder, Action<WebHostBuilderContext, IApplicationBuilder>)
ConfigureAppConfiguration(IWebHostBuilder, Action<IConfigurationBuilder>)
ConfigureKestrel(IWebHostBuilder, Action<KestrelServerOptions>)
ConfigureKestrel(IWebHostBuilder, Action<WebHostBuilderContext, KestrelServerOptions>)
ConfigureLogging(IWebHostBuilder, Action<ILoggingBuilder>)
ConfigureLogging(IWebHostBuilder, Action<WebHostBuilderContext, ILoggingBuilder>)
ConfigureNetNamedPipe(IWebHostBuilder, Action<NetNamedPipeOptions>)
ConfigureNetTcp(IWebHostBuilder, Action<NetTcpOptions>)
ConfigureTestContainer<TContainer>(IWebHostBuilder, Action<TContainer>)
ConfigureTestServices(IWebHostBuilder, Action<IServiceCollection>)
ListenHttpOnAnyPort(IWebHostBuilder)
ListenHttpsOnAnyPort(IWebHostBuilder, X509Certificate2)
PreferHostingUrls(IWebHostBuilder, Boolean)
Start(IWebHostBuilder, String[])
SuppressStatusMessages(IWebHostBuilder, Boolean)
UseApplicationInsights(IWebHostBuilder)
UseApplicationInsights(IWebHostBuilder, String)
UseAzureAppServices(IWebHostBuilder)
UseConfiguration(IWebHostBuilder, IConfiguration)
UseContentRoot(IWebHostBuilder, String)
UseDefaultServiceProvider(IWebHostBuilder, Action<ServiceProviderOptions>)
UseDefaultServiceProvider(IWebHostBuilder, Action<WebHostBuilderContext, ServiceProviderOptions>)
UseEnvironment(IWebHostBuilder, String)
UseFakeStartup(IWebHostBuilder)
UseHttpSys(IWebHostBuilder)
UseHttpSys(IWebHostBuilder, Action<HttpSysOptions>)
UseIIS(IWebHostBuilder)
UseIISIntegration(IWebHostBuilder)
UseKestrel(IWebHostBuilder)
UseKestrel(IWebHostBuilder, Action<KestrelServerOptions>)
UseKestrel(IWebHostBuilder, Action<WebHostBuilderContext, KestrelServerOptions>)
UseKestrelCore(IWebHostBuilder)
UseKestrelHttpsConfiguration(IWebHostBuilder)
UseLibuv(IWebHostBuilder)
UseLibuv(IWebHostBuilder, Action<LibuvTransportOptions>)
UseNamedPipes(IWebHostBuilder)
UseNamedPipes(IWebHostBuilder, Action<NamedPipeTransportOptions>)
UseNetNamedPipe(IWebHostBuilder)
UseNetNamedPipe(IWebHostBuilder, Action<NetNamedPipeOptions>)
UseNetTcp(IWebHostBuilder)
UseNetTcp(IWebHostBuilder, Int32)
UseNetTcp(IWebHostBuilder, IPAddress)
UseNetTcp(IWebHostBuilder, IPAddress, Int32)
UseNetTcp(IWebHostBuilder, Action<NetTcpOptions>)
UseQuic(IWebHostBuilder)
UseQuic(IWebHostBuilder, Action<QuicTransportOptions>)
UseServer(IWebHostBuilder, IServer)
UseShutdownTimeout(IWebHostBuilder, TimeSpan)
UseSockets(IWebHostBuilder)
UseSockets(IWebHostBuilder, Action<SocketTransportOptions>)
UseSolutionRelativeContentRoot(IWebHostBuilder, String, String)
UseSolutionRelativeContentRoot(IWebHostBuilder, String, String, String)
UseStartup(IWebHostBuilder, String)
UseStartup(IWebHostBuilder, Type)
UseStartup<TStartup>(IWebHostBuilder)
UseStartup<TStartup>(IWebHostBuilder, Func<WebHostBuilderContext, TStartup>)
UseStaticWebAssets(IWebHostBuilder)
UseTestServer(IWebHostBuilder)
UseTestServer(IWebHostBuilder, Action<TestServerOptions>)
UseUrls(IWebHostBuilder, String[])
UseWebRoot(IWebHostBuilder, String)
netstandard2.0
namespace Microsoft.AspNetCore.Hosting
{
public static class HostingAbstractionsWebHostBuilderExtensions
{
public static IWebHostBuilder UseShutdownTimeout(this IWebHostBuilder hostBuilder, TimeSpan timeout);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Upgrade Planner | 0.0 %
Reference this API |
.NET | 5.06.07.08.09.010.0 |
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to netstandard2.0 | |
Assembly | Microsoft.AspNetCore.Hosting.Abstractions , Version=2.3.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.AspNetCore.Hosting.Abstractions (2.3.0) netstandard2.0 |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API