SessionutilReplaceInResponse Method |
Perform a string replacement on the response body (potentially multiple times). Adjust the Content-Length header if needed.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool utilReplaceInResponse(
string sSearchFor,
string sReplaceWith
)
Public Function utilReplaceInResponse (
sSearchFor As String,
sReplaceWith As String
) As Boolean
public:
bool utilReplaceInResponse(
String^ sSearchFor,
String^ sReplaceWith
)
Parameters
- sSearchFor
- Type: SystemString
String to find (case-sensitive) - sReplaceWith
- Type: SystemString
String to use to replace
Return Value
Type:
BooleanTRUE if replacements occurred
See Also