Click or drag to resize
UtilitiesReadSessionArchive Method (String, Boolean, String)
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
)

Parameters

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

Return Value

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