6 implementations of Allow
Microsoft.AspNetCore.Server.HttpSys (1)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (1)
158public StringValues Allow
Microsoft.AspNetCore.Server.IIS (1)
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
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (1)
158public StringValues Allow
5 writes to Allow
Microsoft.AspNetCore.Routing (1)
Matching\HttpMethodMatcherPolicy.cs (1)
388context.Response.Headers.Allow = allow;
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (4)
HttpResponseHeadersTests.cs (4)
157responseHeaders.Allow = value; 173responseHeaders.Allow = "Da\tta"; 195((IHeaderDictionary)responseHeaders).Allow = value; 241((IHeaderDictionary)responseHeaders).Allow = value;