Used for searching for data with Correlation Rules. Signifies if the search should be within the response body (html), the response header(s) or both.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
SEARCH_IN_BODY | 1 | Search in the HMTML body text only. | |
SEARCH_IN_HEADERS | 2 | Search in the header(s) text only. | |
SEARCH_IN_BOTH | 3 | Search in the HTML body text. If not found, then search in the header(s) text. |
See Also