3 references to SetDateHeader
Microsoft.AspNetCore.OutputCaching.Tests (3)
OutputCacheMiddlewareTests.cs (3)
187
SetDateHeader
(context.CachedResponse, utcNow - TimeSpan.FromSeconds(10));
192
SetDateHeader
(context.CachedResponse, utcNow);
197
SetDateHeader
(context.CachedResponse, utcNow + TimeSpan.FromSeconds(10));