EndpointSelector Class

Definition

A service that is responsible for the final Endpoint selection decision. To use a custom EndpointSelector register an implementation of EndpointSelector in the dependency injection container as a singleton.

public ref class EndpointSelector abstract
public abstract class EndpointSelector
type EndpointSelector = class
Public MustInherit Class EndpointSelector
Inheritance
EndpointSelector

Constructors

EndpointSelector()

Methods

SelectAsync(HttpContext, CandidateSet)

Asynchronously selects an Endpoint from the CandidateSet.

SelectAsync(HttpContext, EndpointSelectorContext, CandidateSet)

Asynchronously selects an Endpoint from the CandidateSet.

Applies to