Class ConfigureKestrelServerOptions
Inheritance
object
Namespace: Umbraco.Cms.Web.Common.Security
Assembly: Umbraco.Web.Common.dll
Syntax
public class ConfigureKestrelServerOptions
Constructors
View SourceConfigureKestrelServerOptions(IOptions<RuntimeSettings>)
Declaration
public ConfigureKestrelServerOptions(IOptions<RuntimeSettings> runtimeSettings)
Parameters
| Type | Name | Description |
|---|---|---|
| IOptions<RuntimeSettings> | runtimeSettings |
Methods
View SourceConfigure(KestrelServerOptions)
Configures a Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions instance.
Declaration
public void Configure(KestrelServerOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| KestrelServerOptions | options | The options instance to configure. |