1 implementation of IInitializer
Microsoft.AspNetCore.Server.Kestrel.Core (1)
HttpsConfigurationService.cs (1)
241
internal sealed class Initializer :
IInitializer
3 references to IInitializer
Microsoft.AspNetCore.Server.Kestrel (1)
WebHostBuilderKestrelExtensions.cs (1)
39
services.AddSingleton<HttpsConfigurationService.
IInitializer
, HttpsConfigurationService.Initializer>();
Microsoft.AspNetCore.Server.Kestrel.Core (2)
HttpsConfigurationService.cs (2)
23
private readonly
IInitializer
? _initializer;
46
public HttpsConfigurationService(
IInitializer
initializer)