Click or drag to resize
SessionSaveMetadata Method
Writes this session's metadata to a file.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public bool SaveMetadata(
	string sFilename
)

Parameters

sFilename
Type: SystemString
The name of the file to which the metadata should be saved in XML format.

Return Value

Type: Boolean
True if the file was successfully written.
See Also