Click or drag to resize
SessionSaveRequest Method (String, Boolean)
Save the request to a file. The headers' Request Line will not contain the scheme or host, which is probably not what you want.

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

Parameters

sFilename
Type: SystemString
The name of the file to which the request should be saved.
bHeadersOnly
Type: SystemBoolean
TRUE to save only the headers
See Also