Click or drag to resize
SessionSaveSession Method
Save the request and response to a single file.

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

Parameters

sFilename
Type: SystemString
The filename to which the session should be saved.
bHeadersOnly
Type: SystemBoolean
TRUE if only the headers should be written.
See Also