RequestDelegateResult.EndpointMetadata Property
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.
Gets endpoint metadata inferred from creating the RequestDelegate. If a non-null RequestDelegateFactoryOptions.EndpointMetadata list was passed in, this will be the same instance.
public System.Collections.Generic.IReadOnlyList<object> EndpointMetadata { get; }
member this.EndpointMetadata : System.Collections.Generic.IReadOnlyList<obj>
Public ReadOnly Property EndpointMetadata As IReadOnlyList(Of Object)