5 implementations of Allow
Microsoft.AspNetCore.Server.HttpSys (1)
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (1)
158public StringValues Allow
Microsoft.AspNetCore.Server.IIS (1)
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (1)
158public StringValues Allow
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpHeaders.Generated.cs (3)
1937StringValues IHeaderDictionary.Allow 9164StringValues IHeaderDictionary.Allow 15870StringValues IHeaderDictionary.Allow
1 write to Allow
Microsoft.AspNetCore.Routing (1)
Matching\HttpMethodMatcherPolicy.cs (1)
388context.Response.Headers.Allow = allow;