3 implementations of XPoweredBy
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpHeaders.Generated.cs (3)
2515StringValues IHeaderDictionary.XPoweredBy 10767StringValues IHeaderDictionary.XPoweredBy 17094StringValues IHeaderDictionary.XPoweredBy
2 writes to XPoweredBy
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
HeaderCollectionBenchmark.cs (1)
196headers.XPoweredBy = "ASP.NET";
ResponseHeaderCollectionBenchmark.cs (1)
159headers.XPoweredBy = "ASP.NET";
1 reference to XPoweredBy
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
HeaderCollectionBenchmark.cs (1)
313value = headers.XPoweredBy;