SessionGetResponseBodyAsString Method |
Return a string generated from the response body, decoding it and converting from a codepage if needed. Throws on errors.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public string GetResponseBodyAsString()
Public Function GetResponseBodyAsString As String
public:
String^ GetResponseBodyAsString()
Return Value
Type:
StringA string containing the response body.
See Also