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