Implemented interface member:
property
IfMatch
Microsoft.AspNetCore.Http.IHeaderDictionary.IfMatch
2 writes to IfMatch
Microsoft.AspNetCore.Server.IIS (2)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (2)
1599
IfMatch
= value;
1928
IfMatch
= default;
7 references to IfMatch
Microsoft.AspNetCore.Server.IIS (7)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1129
return
IfMatch
.Count > 0;
1351
value =
IfMatch
;
2285
if (
IfMatch
.Count > 0)
2453
if (
IfMatch
.Count > 0)
2455
yield return
IfMatch
;
2621
if (
IfMatch
.Count > 0)
2623
yield return new KeyValuePair<string, StringValues>(HeaderNames.IfMatch,
IfMatch
);