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