2 references to HttpsConfigurationService
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
KestrelServerTests.cs (2)
297
var httpsConfigurationService = new
HttpsConfigurationService
();
739
using (var server = new KestrelServerImpl(new[] { new MockTransportFactory() }, Array.Empty<IMultiplexedConnectionListenerFactory>(), new
HttpsConfigurationService
(), testContext))