SessionToString Method (Boolean) |
Store this session's request and response to a string.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public string ToString(
bool HeadersOnly
)
Public Function ToString (
HeadersOnly As Boolean
) As String
public:
String^ ToString(
bool HeadersOnly
)
Parameters
- HeadersOnly
- Type: SystemBoolean
If true, return only the request and response headers
Return Value
Type:
StringString representing this session
See Also