RequestDelegateResult Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The result of creating a RequestDelegate from a Delegate
public sealed class RequestDelegateResulttype RequestDelegateResult = classPublic 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 |