Click or drag to resize
SessionSaveResponseBody Method (String)
Save HTTP response body to specified location. You likely want to call utilDecodeResponse first.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
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: Boolean
True if the file was successfully written.
See Also