SessionSaveResponseBody Method (String) |
Save HTTP response body to specified location. You likely want to call utilDecodeResponse first.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool SaveResponseBody(
string sFilename
)
Public Function SaveResponseBody (
sFilename As String
) As Boolean
public:
bool SaveResponseBody(
String^ sFilename
)
Parameters
- sFilename
- Type: SystemString
The name of the file to which the response body should be saved.
Return Value
Type:
BooleanTrue if the file was successfully written.
See Also