1 write to RequestDelegate
Microsoft.AspNetCore.Http.Abstractions (1)
RequestDelegateResult.cs (1)
16
RequestDelegate
= requestDelegate;
7 references to RequestDelegate
Microsoft.AspNetCore.Http.Abstractions (3)
RequestDelegateResult.cs (3)
7
/// The result of creating a <see cref="
RequestDelegate
" /> from a <see cref="Delegate" />
21
/// Gets the <see cref="
RequestDelegate
" />
26
/// Gets endpoint metadata inferred from creating the <see cref="
RequestDelegate
" />. If a non-null
Microsoft.AspNetCore.Http.Extensions (3)
RequestDelegateFactoryOptions.cs (3)
37
/// The mutable <see cref="Builder.EndpointBuilder"/> used to assist in the creation of the <see cref="RequestDelegateResult.
RequestDelegate
"/>.
40
/// <see cref="EndpointBuilder.RequestDelegate"/> will be the same as <see cref="RequestDelegateResult.
RequestDelegate
"/>.
44
/// most metadata inferred during creation of the <see cref="RequestDelegateResult.
RequestDelegate
"/> and <b>before</b> any metadata provided by types in
Microsoft.AspNetCore.Routing (1)
RouteEndpointDataSource.cs (1)
261
factoryCreatedRequestDelegate = entry.CreateHandlerRequestDelegateFunc(entry.RouteHandler, rdfOptions, rdfMetadataResult).
RequestDelegate
;