Base:
property
Request
Microsoft.AspNetCore.Http.HttpContext.Request
4 references to Request
Aspire.Dashboard (1)
Utils\GlobalizationHelpers.cs (1)
134tempHttpContext.Request.Headers["Accept-Language"] = acceptLanguage;
Aspire.Dashboard.Tests (2)
BrowserSecurityHeadersMiddlewareTests.cs (1)
55httpContext.Request.Scheme = scheme;
OtlpApiKeyAuthenticationHandlerTests.cs (1)
98httpContext.Request.Headers[OtlpApiKeyAuthenticationHandler.ApiKeyHeaderName] = otlpApiKeyHeader;
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (1)
Latency\Internal\HttpLatencyLogEnricherTests.cs (1)
87httpContextMock.Request.Headers[header.Key] = header.Value;