REST.Client.TCustomRESTRequest.Body

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Body: TBody read FBody;

C++

__property TBody* Body = {read=FBody};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTRequest


Beschreibung

Body-Parameter der REST-Anforderung, wie mit AddBody definiert.