1 implementation of AppPoolId
Microsoft.AspNetCore.Server.IIS (1)
Core\IISEnvironmentFeature.cs (1)
48public string AppPoolId { get; }
1 reference to AppPoolId
NativeIISSample (1)
Startup.cs (1)
116await context.Response.WriteAsync("AppPool ID: " + envFeature.AppPoolId + Environment.NewLine);