1 write to _httpContextWithHeaders
Microsoft.AspNetCore.Owin.Microbenchmarks (1)
Benchmarks\OwinEnvironmentBenchmark.cs (1)
45_httpContextWithHeaders = new DefaultHttpContext();
5 references to _httpContextWithHeaders
Microsoft.AspNetCore.Owin.Microbenchmarks (5)
Benchmarks\OwinEnvironmentBenchmark.cs (5)
46_httpContextWithHeaders.Request.Headers["CustomRequestHeader1"] = "CustomRequestValue"; 47_httpContextWithHeaders.Request.Headers["CustomRequestHeader2"] = "CustomRequestValue"; 48_httpContextWithHeaders.Response.Headers["CustomResponseHeader1"] = "CustomResponseValue"; 49_httpContextWithHeaders.Response.Headers["CustomResponseHeader2"] = "CustomResponseValue"; 75await _accessHeadersRequestDelegate(_httpContextWithHeaders);