WebHostBuilderKestrelExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Kestrel IWebHostBuilder extensions.
public ref class WebHostBuilderKestrelExtensions abstract sealed
public static class WebHostBuilderKestrelExtensions
type WebHostBuilderKestrelExtensions = class
Public Module WebHostBuilderKestrelExtensions
- Inheritance
-
WebHostBuilderKestrelExtensions
Methods
| ConfigureKestrel(IWebHostBuilder, Action<KestrelServerOptions>) |
Configures Kestrel options but does not register an IServer. See UseKestrel(IWebHostBuilder). |
| ConfigureKestrel(IWebHostBuilder, Action<WebHostBuilderContext,KestrelServerOptions>) |
Configures Kestrel options but does not register an IServer. See UseKestrel(IWebHostBuilder). |
| UseKestrel(IWebHostBuilder) |
Specify Kestrel as the server to be used by the web host. |
| UseKestrel(IWebHostBuilder, Action<KestrelServerOptions>) |
Specify Kestrel as the server to be used by the web host. |
| UseKestrel(IWebHostBuilder, Action<KestrelServerOptions>) |
Specify Kestrel as the server to be used by the web host. |
| UseKestrel(IWebHostBuilder, Action<WebHostBuilderContext,KestrelServerOptions>) |
Specify Kestrel as the server to be used by the web host. |