Click or drag to resize
UtilitiesWriteSessionArchive Method
Create a Session Archive Zip file containing the specified sessions

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static bool WriteSessionArchive(
	string sFilename,
	Session[] arrSessions,
	string sPassword,
	bool bVerboseDialogs
)

Parameters

sFilename
Type: SystemString
The filename of the SAZ file to store
arrSessions
Type: FiddlerSession
Array of sessions to store
sPassword
Type: SystemString
Password to encrypt the file with, or null
bVerboseDialogs
Type: SystemBoolean
TRUE if verbose error dialogs should be shown.

Return Value

Type: Boolean
See Also