SessionutilFindInResponse Method |
Find a string in the response body. Return its index, or -1.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public int utilFindInResponse(
string sSearchFor,
bool bCaseSensitive
)
Public Function utilFindInResponse (
sSearchFor As String,
bCaseSensitive As Boolean
) As Integer
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:
Int32Location of sSearchFor,or -1
See Also