SessionSaveSession Method |
Save the request and response to a single file.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public void SaveSession(
string sFilename,
bool bHeadersOnly
)
Public Sub SaveSession (
sFilename As String,
bHeadersOnly As Boolean
)
public:
void SaveSession(
String^ sFilename,
bool bHeadersOnly
)
Parameters
- sFilename
- Type: SystemString
The filename to which the session should be saved. - bHeadersOnly
- Type: SystemBoolean
TRUE if only the headers should be written.
See Also