SessionLoadRequestBodyFromFile Method |
Replace HTTP request body using the specified file.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntaxpublic bool LoadRequestBodyFromFile(
string sFilename
)
Public Function LoadRequestBodyFromFile (
sFilename As String
) As Boolean
public:
bool LoadRequestBodyFromFile(
String^ sFilename
)
Parameters
- sFilename
- Type: SystemString
The file containing the request
Return Value
Type:
BooleanTrue if the file was successfully loaded as the request body
See Also