3 references to KestrelServerOptionsSetup
Microsoft.AspNetCore.Server.Kestrel (3)
WebHostBuilderKestrelExtensions.cs (3)
84
services.AddTransient<IConfigureOptions<KestrelServerOptions>,
KestrelServerOptionsSetup
>();
136
services.TryAddEnumerable(ServiceDescriptor.Transient<IConfigureOptions<KestrelServerOptions>,
KestrelServerOptionsSetup
>());
172
services.TryAddEnumerable(ServiceDescriptor.Transient<IConfigureOptions<KestrelServerOptions>,
KestrelServerOptionsSetup
>());