Click or drag to resize
SessionToString Method (Boolean)
Store this session's request and response to a string.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public string ToString(
	bool HeadersOnly
)

Parameters

HeadersOnly
Type: SystemBoolean
If true, return only the request and response headers

Return Value

Type: String
String representing this session
See Also