Implemented interface members:
property
ApplicationServices
Microsoft.AspNetCore.Connections.IMultiplexedConnectionBuilder.ApplicationServices
property
ApplicationServices
Microsoft.AspNetCore.Connections.IConnectionBuilder.ApplicationServices
4 references to ApplicationServices
Microsoft.AspNetCore.Server.Kestrel.Core (3)
ListenOptionsHttpsExtensions.cs (3)
38
var env = listenOptions.
ApplicationServices
.GetRequiredService<IHostEnvironment>();
52
var env = listenOptions.
ApplicationServices
.GetRequiredService<IHostEnvironment>();
67
var env = listenOptions.
ApplicationServices
.GetRequiredService<IHostEnvironment>();
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
ListenOptionsTests.cs (1)
47
Assert.Same(serviceProvider, clone.
ApplicationServices
);