Click or drag to resize
SessionSaveRequest Method (String, Boolean, Boolean)
Save the request to a file. Throws if file cannot be written.

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

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.
bIncludeSchemeAndHostInPath
Type: SystemBoolean
TRUE to include the Scheme and Host in the Request Line.
See Also