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";
75
await _accessHeadersRequestDelegate(
_httpContextWithHeaders
);