1 implementation of IIISEnvironmentFeature
Microsoft.AspNetCore.Server.IIS (1)
Core\IISEnvironmentFeature.cs (1)
9internal sealed class IISEnvironmentFeature : IIISEnvironmentFeature
3 references to IIISEnvironmentFeature
Microsoft.AspNetCore.Server.IIS (3)
Core\IISEnvironmentFeature.cs (1)
11public static bool TryCreate(IConfiguration configuration, [NotNullWhen(true)] out IIISEnvironmentFeature? result)
Core\IISHttpServer.cs (2)
83if (IISEnvironmentFeature.TryCreate(configuration, out var iisEnvFeature)) 85Features.Set<IIISEnvironmentFeature>(iisEnvFeature);