HttpServer.Rules Namespace

HttpServer.dll

[Missing <summary> documentation for N:HttpServer.Rules]

Classes

  ClassDescription
RedirectRule
redirects from one url to another.
RegexRedirectRule
Class to make dynamic binding of redirects. Instead of having to specify a number of similar redirect rules a regular expression can be used to identify redirect urls and thier targets.

Interfaces

  InterfaceDescription
Rule
Rules are used to perform operations before a request is being handled. Rules can be used to create routing etc.