Click or drag to resize
SessionutilFindInResponse Method
Find a string in the response body. Return its index, or -1.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public int utilFindInResponse(
	string sSearchFor,
	bool bCaseSensitive
)

Parameters

sSearchFor
Type: SystemString
Term to search for
bCaseSensitive
Type: SystemBoolean
Require case-sensitive match?

Return Value

Type: Int32
Location of sSearchFor,or -1
See Also