SessionSaveResponse Method |
Saves the response (headers and body) to a file
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public void SaveResponse(
string sFilename,
bool bHeadersOnly
)
Public Sub SaveResponse (
sFilename As String,
bHeadersOnly As Boolean
)
public:
void SaveResponse(
String^ sFilename,
bool bHeadersOnly
)
Parameters
- sFilename
- Type: SystemString
The File to write - bHeadersOnly
- Type: SystemBoolean
TRUE if only heaers should be written
See Also