SessionutilReplaceInRequest Method |
Perform a string replacement on the request body. Adjusts the Content-Length header if needed.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool utilReplaceInRequest(
string sSearchFor,
string sReplaceWith
)
Public Function utilReplaceInRequest (
sSearchFor As String,
sReplaceWith As String
) As Boolean
public:
bool utilReplaceInRequest(
String^ sSearchFor,
String^ sReplaceWith
)
Parameters
- sSearchFor
- Type: SystemString
The case-sensitive string to search for. - sReplaceWith
- Type: SystemString
The text to replace.
Return Value
Type:
BooleanTRUE if one or more replacements occurred.
See Also