6 references to DefaultChunkSize
Microsoft.AspNetCore.Authentication.Cookies (1)
src\Shared\ChunkingCookieManager\ChunkingCookieManager.cs (1)
53ChunkSize = DefaultChunkSize;
Microsoft.AspNetCore.Mvc.FunctionalTests (5)
TempDataInCookiesTest.cs (5)
54[InlineData(ChunkingCookieManager.DefaultChunkSize)] 55[InlineData(ChunkingCookieManager.DefaultChunkSize * 1.5)] 56[InlineData(ChunkingCookieManager.DefaultChunkSize * 2)] 57[InlineData(ChunkingCookieManager.DefaultChunkSize * 3)] 75Assert.True(cookie.Length <= ChunkingCookieManager.DefaultChunkSize);