Implemented interface member:
property
IfNoneMatch
Microsoft.AspNetCore.Http.IHeaderDictionary.IfNoneMatch
2 writes to IfNoneMatch
Microsoft.AspNetCore.Server.IIS (2)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (2)
1669
IfNoneMatch
= value;
2058
IfNoneMatch
= default;
7 references to IfNoneMatch
Microsoft.AspNetCore.Server.IIS (7)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1187
return
IfNoneMatch
.Count > 0;
1421
value =
IfNoneMatch
;
2293
if (
IfNoneMatch
.Count > 0)
2461
if (
IfNoneMatch
.Count > 0)
2463
yield return
IfNoneMatch
;
2629
if (
IfNoneMatch
.Count > 0)
2631
yield return new KeyValuePair<string, StringValues>(HeaderNames.IfNoneMatch,
IfNoneMatch
);