UtilitiesReadSessionArchive Method (String, Boolean, String) |
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
)
Public Shared Function ReadSessionArchive (
sFilename As String,
bVerboseDialogs As Boolean,
sContext As String
) As Session()
public:
static array<Session^>^ ReadSessionArchive(
String^ sFilename,
bool bVerboseDialogs,
String^ sContext
)
Parameters
- sFilename
- Type: SystemString
Filename to load - bVerboseDialogs
- Type: SystemBoolean
- sContext
- Type: SystemString
Return Value
Type:
SessionLoaded array of sessions or null, in case of failure
See Also