FiddlerApplicationLogLeakedFile Method |
Record that a temporary file was created and handed to an external tool. We'll do our best to delete this file on exit.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static void LogLeakedFile(
string sTempFile
)
Public Shared Sub LogLeakedFile (
sTempFile As String
)
public:
static void LogLeakedFile(
String^ sTempFile
)
Parameters
- sTempFile
- Type: SystemString
The filename of the file to be deleted
See Also