5 implementations of IfMatch
Microsoft.AspNetCore.Server.HttpSys (1)
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (1)
566public StringValues IfMatch
Microsoft.AspNetCore.Server.IIS (1)
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (1)
566public StringValues IfMatch
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpHeaders.Generated.cs (3)
1184StringValues IHeaderDictionary.IfMatch 10281StringValues IHeaderDictionary.IfMatch 16338StringValues IHeaderDictionary.IfMatch
1 reference to IfMatch
Microsoft.AspNetCore.Http.Extensions (1)
RequestHeaders.cs (1)
233return Headers.IfMatch.GetList<EntityTagHeaderValue>();