public IPlugin Install(Configuration.Config c) { c.Plugins.add_plugin(this); route = new StopRoutingRoute(c.Pipeline.StopRoutingKey); RouteTable.Routes.Insert(0, route); return(this); }
public IPlugin Install(Configuration.Config c) { c.Plugins.add_plugin(this); route = new StopRoutingRoute(c.Pipeline.StopRoutingKey); RouteTable.Routes.Insert(0, route); return this; }