Table of Contents

Class RouteProbe

Namespace
MRX.FeatureDiscovery.RouteProbing
Assembly
MRX.FeatureDiscovery.dll

Service for discovering routes by path and method.

public class RouteProbe
Inheritance
RouteProbe
Inherited Members

Constructors

RouteProbe(EndpointDataSource)

Service for discovering routes by path and method.

public RouteProbe(EndpointDataSource endpointDataSource)

Parameters

endpointDataSource EndpointDataSource

Properties

MatchedRoutesCache

Lazily-initialized cache of all discovered application routes, populated on first access by MRX.FeatureDiscovery.RouteProbing.RouteProbe.LazyLoadRoutes().

public Lazy<List<MatchedRoute>> MatchedRoutesCache { get; }

Property Value

Lazy<List<MatchedRoute>>