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.
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Class Filter |
| C# |
|---|
| public class Filter |
| C++ |
|---|
| ref class Filter |
| J# |
|---|
| public class Filter |
| JScript |
|---|
| public class Filter |
Inheritance Hierarchy
System.Object
Benchmarx.Munja.Filter
Benchmarx.Munja.Filter
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.