1 implementation of SiteId
Microsoft.AspNetCore.Server.IIS (1)
Core\IISEnvironmentFeature.cs (1)
62
public uint
SiteId
{ get; }
1 reference to SiteId
NativeIISSample (1)
Startup.cs (1)
118
await context.Response.WriteAsync("Site ID: " + envFeature.
SiteId
+ Environment.NewLine);