Click or drag to resize
SessionLoadRequestBodyFromFile Method
Replace HTTP request body using the specified file.

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

Parameters

sFilename
Type: SystemString
The file containing the request

Return Value

Type: Boolean
True if the file was successfully loaded as the request body
See Also