SessionSaveRequestBody Method |
Save the request body to a file. You likely want to call utilDecodeRequest first.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntaxpublic bool SaveRequestBody(
string sFilename
)
Public Function SaveRequestBody (
sFilename As String
) As Boolean
public:
bool SaveRequestBody(
String^ sFilename
)
Parameters
- sFilename
- Type: SystemString
The name of the file to which the request body should be saved.
Return Value
Type:
BooleanTrue if the file was successfully written.
See Also