Implemented interface member:
method
Initialize
Microsoft.AspNetCore.Server.Kestrel.Core.IHttpsConfigurationService.Initialize(Microsoft.Extensions.Hosting.IHostEnvironment, Microsoft.Extensions.Logging.ILogger<Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServer>, Microsoft.Extensions.Logging.ILogger<Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware>)
2 references to Initialize
Microsoft.AspNetCore.Server.Kestrel.Core (2)
HttpsConfigurationService.cs (2)
34/// To initialize it later, call <see cref="Initialize"/>. 44/// In practice, <see cref="Initialize"/> won't be called until it's needed.