UtilitiesReadSessionArchive Method (String, Boolean) |
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static Session[] ReadSessionArchive(
string sFilename,
bool bVerboseDialogs
)
Public Shared Function ReadSessionArchive (
sFilename As String,
bVerboseDialogs As Boolean
) As Session()
public:
static array<Session^>^ ReadSessionArchive(
String^ sFilename,
bool bVerboseDialogs
)
Parameters
- sFilename
- Type: SystemString
- bVerboseDialogs
- Type: SystemBoolean
Return Value
Type:
SessionSee Also