REST.Client.TCustomRESTRequest.Body
Delphi
property Body: TBody read FBody;
C++
__property TBody* Body = {read=FBody};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | REST.Client.pas REST.Client.hpp |
REST.Client | TCustomRESTRequest |
Description
Body parameter of the REST request, as defined using AddBody.