Share via


HttpCommandOptions.EndpointSelector Property

Definition

Gets or sets a callback that selects the HTTP endpoint to send the request to when the command is invoked.

public Func<Aspire.Hosting.ApplicationModel.EndpointReference>? EndpointSelector { get; set; }
member this.EndpointSelector : Func<Aspire.Hosting.ApplicationModel.EndpointReference> with get, set
Public Property EndpointSelector As Func(Of EndpointReference)

Property Value

Applies to