ResponseTBody Property
Gets or Sets the raw body returned by the Rest API Call.
If the StatusCode is something other than OK (200), the value of Body will be invalid.
Namespace: Scopos.BabelFish.ResponsesAssembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
public JsonDocument Body { get; }
Property Value
JsonDocument