1 reference to IfNoneMatch
System.Net.Http (1)
System\Net\Http\Headers\KnownHeaders.cs (1)
59
public static readonly KnownHeader IfNoneMatch = new KnownHeader("If-None-Match", HttpHeaderType.Request | HttpHeaderType.NonTrailing, GenericHeaderParser.MultipleValueEntityTagParser, null, H2StaticTable.IfNoneMatch, H3StaticTable.
IfNoneMatch
);