Click or drag to resize
SessionSaveResponse Method
Saves the response (headers and body) to a file

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public void SaveResponse(
	string sFilename,
	bool bHeadersOnly
)

Parameters

sFilename
Type: SystemString
The File to write
bHeadersOnly
Type: SystemBoolean
TRUE if only heaers should be written
See Also