Click or drag to resize
SessionLoadResponseFromFile Method
Replace HTTP response headers and body using the specified file.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public bool LoadResponseFromFile(
	string sFilename
)

Parameters

sFilename
Type: SystemString
The file containing the response.

Return Value

Type: Boolean
True if the file was successfully loaded.
See Also