7 references to IfNoneMatch
Microsoft.AspNetCore.OutputCaching.Tests (2)
OutputCacheTests.cs (2)
760
client.DefaultRequestHeaders.
IfNoneMatch
.Add(new System.Net.Http.Headers.EntityTagHeaderValue("\"E1\""));
783
client.DefaultRequestHeaders.
IfNoneMatch
.Add(new System.Net.Http.Headers.EntityTagHeaderValue("\"E2\""));
Microsoft.AspNetCore.ResponseCaching.Tests (2)
ResponseCachingTests.cs (2)
711
client.DefaultRequestHeaders.
IfNoneMatch
.Add(new System.Net.Http.Headers.EntityTagHeaderValue("\"E1\""));
736
client.DefaultRequestHeaders.
IfNoneMatch
.Add(new System.Net.Http.Headers.EntityTagHeaderValue("\"E2\""));
Microsoft.AspNetCore.StaticAssets.Tests (3)
StaticAssetsIntegrationTests.cs (3)
830
req2.Headers.
IfNoneMatch
.Add(new EntityTagHeaderValue("\"fake\""));
835
req3.Headers.
IfNoneMatch
.Add(resp1.Headers.ETag);
840
req4.Headers.
IfNoneMatch
.Add(new EntityTagHeaderValue("\"fake\""));