View Source
Inheritance
System.Object
Assembly: Umbraco.Web.Common.dll
public class ConfigureKestrelServerOptions : IConfigureOptions<KestrelServerOptions>
Constructors
View Source
Declaration
public ConfigureKestrelServerOptions(IOptions<RuntimeSettings> runtimeSettings)
Parameters
Type |
Name |
Description |
Microsoft.Extensions.Options.IOptions<RuntimeSettings> |
runtimeSettings |
|
Methods
View Source
Declaration
public void Configure(KestrelServerOptions options)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions |
options |
|