4 references to IfNoneMatch
System.Net.Http (4)
System\Net\Http\Headers\HttpRequestHeaders.cs (1)
135
GetSpecializedCollection(IfNoneMatchSlot, static thisRef => new HttpHeaderValueCollection<EntityTagHeaderValue>(KnownHeaders.
IfNoneMatch
.Descriptor, thisRef));
System\Net\Http\Headers\KnownHeaders.cs (1)
293
case 'h': return
IfNoneMatch
; // If-None-Matc[h]
System\Net\Http\Headers\QPackStaticTable.cs (1)
21
(new HeaderDescriptor(KnownHeaders.
IfNoneMatch
), ""), // 9
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
530
(KnownHeaders.
IfNoneMatch
.Descriptor, Array.Empty<byte>()),