SessionSaveMetadata Method |
Writes this session's metadata to a file.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool SaveMetadata(
string sFilename
)
Public Function SaveMetadata (
sFilename As String
) As Boolean
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:
BooleanTrue if the file was successfully written.
See Also