EndpointSelector 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.
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 abstractpublic abstract class EndpointSelectortype EndpointSelector = classPublic 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. |