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

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

Return Value

Type: String
A string containing the content of the request and response.
See Also