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

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public int utilFindInRequest(
	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