Filters are used to filter content based on simple text searching algorithm. This is used for checking incoming responses against a database of known malicious terms and providing automatic rule creation based on the results.
The following tables list the members exposed by Filter.
Public Constructors
Public Fields
| Name | Description | |
|---|---|---|
|
exceptions | Exceptions that will not generate rules if the content does not pass the filter |
|
media | Media type that this filter is appropriate for |
|
rule | Rule template to create blocking rules if match is found |
|
searchFor | Search string to look for in response |
Public Methods
| Name | Description | |
|---|---|---|
|
ContentPassesFilter | Overloaded. Check to see if the content passes the filter |
|
Equals | Determines whether the specified |
|
GetHashCode | Serves as a hash function for a particular type. |
|
GetType | Gets the |
|
ToString | Returns a |
Protected Methods
| Name | Description | |
|---|---|---|
|
Finalize | Allows an |
|
MemberwiseClone | Creates a shallow copy of the current |