1 write to _httpContext
Microsoft.AspNetCore.Security.Microbenchmarks (1)
ChunkingCookieManagerBenchmark.cs (1)
27
_httpContext
= new DefaultHttpContext();
5 references to _httpContext
Microsoft.AspNetCore.Security.Microbenchmarks (5)
ChunkingCookieManagerBenchmark.cs (5)
36
_httpContext
.Request.Headers["Cookie"] = new[]
54
_chunkingCookieManager.AppendResponseCookie(
_httpContext
, "TestCookie1", _stringToAdd, _cookieOptions);
55
_httpContext
.Response.Headers[HeaderNames.SetCookie] = StringValues.Empty;
61
_chunkingCookieManager.DeleteCookie(
_httpContext
, "TestCookie", _cookieOptions);
62
_httpContext
.Response.Headers[HeaderNames.SetCookie] = StringValues.Empty;