SessionGetRequestBodyAsString Method |
Return a string generated from the request 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 GetRequestBodyAsString()
Public Function GetRequestBodyAsString As String
public:
String^ GetRequestBodyAsString()
Return Value
Type:
StringA string containing the request body.
See Also