Click or drag to resize
SessionGetRequestBodyAsString Method
Return a string generated from the request body, decoding it and converting from a codepage if needed. Throws on errors.

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

Return Value

Type: String
A string containing the request body.
See Also