RequestDelegateResult Class

Definition

The result of creating a RequestDelegate from a Delegate

public sealed class RequestDelegateResult
type RequestDelegateResult = class
Public NotInheritable Class RequestDelegateResult
Inheritance
RequestDelegateResult

Constructors

RequestDelegateResult(RequestDelegate, IReadOnlyList<Object>)

Creates a new instance of RequestDelegateResult.

Properties

EndpointMetadata

Gets endpoint metadata inferred from creating the RequestDelegate. If a non-null RequestDelegateFactoryOptions.EndpointMetadata list was passed in, this will be the same instance.

RequestDelegate

Gets the RequestDelegate

Applies to