Click or drag to resize
UtilitiesReadSessionArchive Method (String, Boolean, String, GetPasswordDelegate)
Reads a Session Archive Zip file into an array of Session objects

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static Session[] ReadSessionArchive(
	string sFilename,
	bool bVerboseDialogs,
	string sContext,
	GetPasswordDelegate fnPasswordCallback
)

Parameters

sFilename
Type: SystemString
Filename to load
bVerboseDialogs
Type: SystemBoolean
sContext
Type: SystemString
fnPasswordCallback
Type: FiddlerGetPasswordDelegate

Return Value

Type: Session
Loaded array of sessions or null, in case of failure
See Also