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)
58[InlineData(ChunkingCookieManager.DefaultChunkSize)] 59[InlineData(ChunkingCookieManager.DefaultChunkSize * 1.5)] 60[InlineData(ChunkingCookieManager.DefaultChunkSize * 2)] 61[InlineData(ChunkingCookieManager.DefaultChunkSize * 3)] 79Assert.True(cookie.Length <= ChunkingCookieManager.DefaultChunkSize);