Rule Interface

HttpServer.dll

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

Namespace:  HttpServer.Rules
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public interface Rule
Visual Basic (Declaration)
Public Interface Rule
Visual C++
public interface class Rule

See Also