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