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