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.5.15+bc7490f802416c9e774304c66372b6a26afede1d
public JsonDocument Body { get; }
Property Value
JsonDocument