SPRequestManagementRuleCriteria members
Represents the object that can be used to read a particular header value from a request, and match that value against a value using a specified match type.
The SPRequestManagementRuleCriteria type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPRequestManagementRuleCriteria | Initializes a new default instance of the SPRequestManagementRuleCriteria class. |
Top
Properties
Name | Description | |
---|---|---|
CaseSensitive | Gets or sets a Boolean value that indicates if this rule should be evaluated with case sensitivity. | |
CustomHeaderName | Gets or sets the custom header to look for if the PropertyType is set to PropertyType.CustomHeader. | |
MatchType | Gets or sets the match type to use in matching. | |
PropertyType | Gets or sets the property to match against. | |
Value | Gets or sets the value to use in matching. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top