1 write to ConfigSection
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\ConfigurationReader.cs (1)
286
ConfigSection
= configSection;
5 references to ConfigSection
Microsoft.AspNetCore.Server.Kestrel.Core (1)
KestrelConfigurationLoader.cs (1)
413
var endpointConfig = new EndpointConfiguration(https, listenOptions, httpsOptions, endpoint.
ConfigSection
);
Microsoft.AspNetCore.Server.Kestrel.Tests (4)
ConfigurationReaderTests.cs (4)
180
Assert.NotNull(end1.
ConfigSection
);
188
Assert.NotNull(end2.
ConfigSection
);
196
Assert.NotNull(end3.
ConfigSection
);
209
Assert.NotNull(end4.
ConfigSection
);