C# Class ManagedFusion.Rewriter.Contrib.RoutingApacheRuleSet

Inheritance: Engines.ApacheRuleSet
Mostra file Open project: managedfusion/managedfusion-rewriter-contrib Class Usage Examples

Public Methods

Method Description
RoutingApacheRuleSet ( string physicalBase, FileInfo ruleSetFile ) : System

Initializes a new instance of the RoutingApacheRuleSet class.

Protected Methods

Method Description
RefreshUnknownLines ( IList &lines ) : void

Method Details

RefreshUnknownLines() protected method

protected RefreshUnknownLines ( IList &lines ) : void
lines IList
return void

RoutingApacheRuleSet() public method

Initializes a new instance of the RoutingApacheRuleSet class.
public RoutingApacheRuleSet ( string physicalBase, FileInfo ruleSetFile ) : System
physicalBase string The physical base.
ruleSetFile System.IO.FileInfo The rule set file.
return System