C# Class Falcor.Server.Routing.FalcorRouterConfiguration

Mostra file Open project: falcordotnet/falcor.net Class Usage Examples

Public Methods

Method Description
FalcorRouterConfiguration ( string path, FalcorRouter>.Func routerFactory, IServiceProvider serviceProvider = null ) : System

Method Details

FalcorRouterConfiguration() public method

public FalcorRouterConfiguration ( string path, FalcorRouter>.Func routerFactory, IServiceProvider serviceProvider = null ) : System
path string
routerFactory FalcorRouter>.Func
serviceProvider IServiceProvider
return System