EndpointDataSource Class

Definition

Provides a collection of Endpoint instances.

public ref class EndpointDataSource abstract
public abstract class EndpointDataSource
type EndpointDataSource = class
Public MustInherit Class EndpointDataSource
Inheritance
EndpointDataSource
Derived

Constructors

EndpointDataSource()

Properties

Endpoints

Returns a read-only collection of Endpoint instances.

Methods

GetChangeToken()

Gets a IChangeToken used to signal invalidation of cached Endpoint instances.

GetGroupedEndpoints(RouteGroupContext)

Get the Endpoint instances for this EndpointDataSource given the specified Prefix and Conventions.

Applies to