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