RequestDelegateResult.EndpointMetadata Property

Definition

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)

Property Value

Applies to