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