[This is preliminary documentation and is subject to change.]
The Rule type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| Rule(IConfigSectionNode) | Initializes a new instance of the Rule class | |
| Rule(String, Int32, GateAction) | Initializes a new instance of the Rule class |
Methods
| Name | Description | |
|---|---|---|
| Check |
Cheks whether the rule is satisfied - all listed conditions are met. May lazily resolve addresses to groups
| |
| Check_FromAddrs | ||
| Check_FromGroups | ||
| Check_Methods | ||
| Check_Services | ||
| Check_ToAddrs | ||
| Check_ToGroups | ||
| Check_URLFragments | ||
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| LIST_DELIMITERS | ||
| VAR_EXPRESSION_PREFIX |
Properties
| Name | Description | |
|---|---|---|
| Action | ||
| FromAddrs | ||
| FromExpression | ||
| FromGroups | ||
| Methods | ||
| Name | ||
| Order | ||
| Services | ||
| ToAddrs | ||
| ToExpression | ||
| ToGroups | ||
| URLFragments |
See Also