RulesEngineAction Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
One or more actions that will execute, modifying the request and/or response.
public class RulesEngineAction
type RulesEngineAction = class
Public Class RulesEngineAction
- Inheritance
-
RulesEngineAction
Constructors
RulesEngineAction() |
Initializes a new instance of the RulesEngineAction class. |
RulesEngineAction(IList<HeaderAction>, IList<HeaderAction>, RouteConfiguration) |
Initializes a new instance of the RulesEngineAction class. |
Properties
RequestHeaderActions |
Gets or sets a list of header actions to apply from the request from AFD to the origin. |
ResponseHeaderActions |
Gets or sets a list of header actions to apply from the response from AFD to the client. |
RouteConfigurationOverride |
Gets or sets override the route configuration. |