For Babelfish Release 1.11.1.3

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.

Definition

Namespace: Scopos.BabelFish.Responses
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public JsonDocument Body { get; }

Property Value

JsonDocument

See Also