RequestDelegateMetadataResult 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 metadata inferred by InferMetadata(MethodInfo, RequestDelegateFactoryOptions). EndpointBuilder will be automatically populated with this metadata if provided. If this is passed to Create(Delegate, RequestDelegateFactoryOptions, RequestDelegateMetadataResult), it will not repeat metadata inference. Any metadata that would be inferred should already be stored in the EndpointBuilder.
public sealed class RequestDelegateMetadataResult
type RequestDelegateMetadataResult = class
Public NotInheritable Class RequestDelegateMetadataResult
- Inheritance
-
RequestDelegateMetadataResult
Constructors
RequestDelegateMetadataResult() |
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. |