Click or drag to resize
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: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static void LogLeakedFile(
	string sTempFile
)

Parameters

sTempFile
Type: SystemString
The filename of the file to be deleted
See Also