UtilitiesWriteSessionArchive Method |
Create a Session Archive Zip file containing the specified sessions
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static bool WriteSessionArchive(
string sFilename,
Session[] arrSessions,
string sPassword,
bool bVerboseDialogs
)
Public Shared Function WriteSessionArchive (
sFilename As String,
arrSessions As Session(),
sPassword As String,
bVerboseDialogs As Boolean
) As Boolean
public:
static bool WriteSessionArchive(
String^ sFilename,
array<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:
BooleanSee Also