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)
39var env = listenOptions.ApplicationServices.GetRequiredService<IHostEnvironment>(); 53var env = listenOptions.ApplicationServices.GetRequiredService<IHostEnvironment>(); 68var env = listenOptions.ApplicationServices.GetRequiredService<IHostEnvironment>();
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
ListenOptionsTests.cs (1)
47Assert.Same(serviceProvider, clone.ApplicationServices);