MatchVariable Class

Definition

Define match variables.

public class MatchVariable
type MatchVariable = class
Public Class MatchVariable
Inheritance
MatchVariable

Constructors

MatchVariable()

Initializes a new instance of the MatchVariable class.

MatchVariable(WebApplicationFirewallMatchVariable, String)

Initializes a new instance of the MatchVariable class.

Properties

Selector

Gets or sets describes field of the matchVariable collection.

VariableName

Gets or sets match Variable. Possible values include: 'RemoteAddr', 'RequestMethod', 'QueryString', 'PostArgs', 'RequestUri', 'RequestHeaders', 'RequestBody', 'RequestCookies'

Methods

Validate()

Validate the object.

Applies to