1 type derived from HttpRequest
Microsoft.AspNetCore.Http (1)
412 references to HttpRequest
Aspire.Dashboard.Tests (1)
AzureFunctionsEndToEnd.Functions (1)
Certificate.Optional.Sample (1)
FormatterWebSite (1)
HttpAbstractions.SampleApp (1)
InMemory.FunctionalTests (26)
InProcessWebSite (1)
Microsoft.AspNetCore.Authentication (3)
Microsoft.AspNetCore.Authentication.Cookies (1)
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
Microsoft.AspNetCore.Authentication.Test (12)
Microsoft.AspNetCore.Components.Endpoints (4)
Microsoft.AspNetCore.Components.WebAssembly.Server (2)
Microsoft.AspNetCore.Diagnostics (4)
Microsoft.AspNetCore.Diagnostics.Abstractions (3)
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (2)
Microsoft.AspNetCore.Diagnostics.Middleware (6)
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (29)
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
Microsoft.AspNetCore.HeaderParsing (6)
Microsoft.AspNetCore.Hosting (28)
Internal\HostingApplicationDiagnostics.cs (22)
336[DynamicDependency(nameof(HttpRequest.Path), typeof(HttpRequest))]
337[DynamicDependency(nameof(HttpRequest.Method), typeof(HttpRequest))]
357[DynamicDependency(nameof(HttpRequest.Path), typeof(HttpRequest))]
358[DynamicDependency(nameof(HttpRequest.Method), typeof(HttpRequest))]
445[DynamicDependency(nameof(HttpRequest.Scheme), typeof(HttpRequest))]
446[DynamicDependency(nameof(HttpRequest.Host), typeof(HttpRequest))]
447[DynamicDependency(nameof(HttpRequest.PathBase), typeof(HttpRequest))]
448[DynamicDependency(nameof(HttpRequest.QueryString), typeof(HttpRequest))]
449[DynamicDependency(nameof(HttpRequest.Path), typeof(HttpRequest))]
450[DynamicDependency(nameof(HttpRequest.Method), typeof(HttpRequest))]
451[DynamicDependency(nameof(HttpRequest.Headers), typeof(HttpRequest))]
Microsoft.AspNetCore.Hosting.Tests (2)
Microsoft.AspNetCore.Http (26)
Microsoft.AspNetCore.Http.Abstractions (12)
Microsoft.AspNetCore.Http.Extensions (30)
Microsoft.AspNetCore.Http.Extensions.Tests (6)
Microsoft.AspNetCore.Http.Microbenchmarks (1)
Microsoft.AspNetCore.Http.Results (1)
Microsoft.AspNetCore.Http.Tests (17)
Microsoft.AspNetCore.HttpLogging (16)
Microsoft.AspNetCore.HttpOverrides (1)
Microsoft.AspNetCore.HttpsPolicy (1)
Microsoft.AspNetCore.Identity.InMemory.Test (1)
Microsoft.AspNetCore.Localization (5)
Microsoft.AspNetCore.Mvc.Abstractions (1)
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (1)
Microsoft.AspNetCore.Mvc.Core (36)
Microsoft.AspNetCore.Mvc.Core.Test (5)
Microsoft.AspNetCore.Mvc.Cors (2)
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test (6)
Microsoft.AspNetCore.Mvc.IntegrationTests (19)
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
Microsoft.AspNetCore.Mvc.NewtonsoftJson.Test (1)
Microsoft.AspNetCore.Mvc.RazorPages (4)
Microsoft.AspNetCore.Mvc.TagHelpers (2)
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
Microsoft.AspNetCore.OpenApi (1)
Microsoft.AspNetCore.OpenApi.Tests (1)
Microsoft.AspNetCore.ResponseCaching (3)
Microsoft.AspNetCore.Rewrite (8)
Microsoft.AspNetCore.Routing (23)
LinkGeneratorEndpointNameAddressExtensions.cs (8)
23/// An optional URI path base. Prepended to the path in the resulting URI. If not provided, the value of <see cref="HttpRequest.PathBase"/> will be used.
63/// An optional URI path base. Prepended to the path in the resulting URI. If not provided, the value of <see cref="HttpRequest.PathBase"/> will be used.
159/// The URI scheme, applied to the resulting URI. Optional. If not provided, the value of <see cref="HttpRequest.Scheme"/> will be used.
162/// The URI host/authority, applied to the resulting URI. Optional. If not provided, the value <see cref="HttpRequest.Host"/> will be used.
166/// An optional URI path base. Prepended to the path in the resulting URI. If not provided, the value of <see cref="HttpRequest.PathBase"/> will be used.
218/// The URI scheme, applied to the resulting URI. Optional. If not provided, the value of <see cref="HttpRequest.Scheme"/> will be used.
221/// The URI host/authority, applied to the resulting URI. Optional. If not provided, the value <see cref="HttpRequest.Host"/> will be used.
225/// An optional URI path base. Prepended to the path in the resulting URI. If not provided, the value of <see cref="HttpRequest.PathBase"/> will be used.
LinkGeneratorRouteValuesAddressExtensions.cs (8)
23/// An optional URI path base. Prepended to the path in the resulting URI. If not provided, the value of <see cref="HttpRequest.PathBase"/> will be used.
63/// An optional URI path base. Prepended to the path in the resulting URI. If not provided, the value of <see cref="HttpRequest.PathBase"/> will be used.
159/// The URI scheme, applied to the resulting URI. Optional. If not provided, the value of <see cref="HttpRequest.Scheme"/> will be used.
162/// The URI host/authority, applied to the resulting URI. Optional. If not provided, the value <see cref="HttpRequest.Host"/> will be used.
166/// An optional URI path base. Prepended to the path in the resulting URI. If not provided, the value of <see cref="HttpRequest.PathBase"/> will be used.
218/// The URI scheme, applied to the resulting URI. Optional. If not provided, the value of <see cref="HttpRequest.Scheme"/> will be used.
221/// The URI host/authority, applied to the resulting URI. Optional. If not provided, the value <see cref="HttpRequest.Host"/> will be used.
225/// An optional URI path base. Prepended to the path in the resulting URI. If not provided, the value of <see cref="HttpRequest.PathBase"/> will be used.
RequestDelegateRouteBuilderExtensions.cs (5)
91Func<HttpRequest, HttpResponse, RouteData, Task> handler)
133Func<HttpRequest, HttpResponse, RouteData, Task> handler)
175Func<HttpRequest, HttpResponse, RouteData, Task> handler)
217Func<HttpRequest, HttpResponse, RouteData, Task> handler)
235Func<HttpRequest, HttpResponse, RouteData, Task> handler)
Microsoft.AspNetCore.Routing.Abstractions (4)
Microsoft.AspNetCore.Routing.Tests (4)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (2)
Microsoft.AspNetCore.Server.IIS (1)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (4)
Microsoft.AspNetCore.SpaServices.Extensions (1)
Microsoft.AspNetCore.StaticAssets (1)
Microsoft.AspNetCore.StaticFiles (2)
Microsoft.AspNetCore.TestHost (5)
Microsoft.AspNetCore.TestHost.Tests (1)
RoutingSandbox (1)
RoutingWebSite (1)
SignalR.Client.FunctionalTestApp (1)
Sockets.FunctionalTests (6)
VersioningWebSite (2)