UtilitiesReadSessionArchive Method (String, Boolean, String, GetPasswordDelegate) |
Reads a Session Archive Zip file into an array of Session objects
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static Session[] ReadSessionArchive(
string sFilename,
bool bVerboseDialogs,
string sContext,
GetPasswordDelegate fnPasswordCallback
)
Public Shared Function ReadSessionArchive (
sFilename As String,
bVerboseDialogs As Boolean,
sContext As String,
fnPasswordCallback As GetPasswordDelegate
) As Session()
public:
static array<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:
SessionLoaded array of sessions or null, in case of failure
See Also