Implemented interface members:
property
ApplicationServices
Microsoft.AspNetCore.Connections.IMultiplexedConnectionBuilder.ApplicationServices
property
ApplicationServices
Microsoft.AspNetCore.Connections.IConnectionBuilder.ApplicationServices
3 references to ApplicationServices
Microsoft.AspNetCore.Server.Kestrel.Core (3)
ListenOptionsHttpsExtensions.cs (3)
42
var env = listenOptions.
ApplicationServices
.GetRequiredService<IHostEnvironment>();
56
var env = listenOptions.
ApplicationServices
.GetRequiredService<IHostEnvironment>();
71
var env = listenOptions.
ApplicationServices
.GetRequiredService<IHostEnvironment>();