SessionSaveRequest Method (String, Boolean) |
Save the request to a file.
The headers' Request Line will not contain the scheme or host, which is probably not what you want.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public void SaveRequest(
string sFilename,
bool bHeadersOnly
)
Public Sub SaveRequest (
sFilename As String,
bHeadersOnly As Boolean
)
public:
void SaveRequest(
String^ sFilename,
bool bHeadersOnly
)
Parameters
- sFilename
- Type: SystemString
The name of the file to which the request should be saved. - bHeadersOnly
- Type: SystemBoolean
TRUE to save only the headers
See Also