SessionutilPrependToResponseBody Method |
Add a string to the top of the response body, updating Content-Length. (Call utilDecodeResponse first!)
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public void utilPrependToResponseBody(
string sString
)
Public Sub utilPrependToResponseBody (
sString As String
)
public:
void utilPrependToResponseBody(
String^ sString
)
Parameters
- sString
- Type: SystemString
The string to prepend
See Also