EMS.ResourceAPI.TEndpointResponseBody
Delphi
TEndpointResponseBody = class abstract
C++
class PASCALIMPLEMENTATION TEndpointResponseBody : public System::TObject
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | EMS.ResourceAPI.pas EMS.ResourceAPI.hpp |
EMS.ResourceAPI | EMS.ResourceAPI |
Description
Holds the content of the body of a TEndpointResponse.
You may use any of the following methods to fill an instance of TEndpointResponseBody with data:
| Method | Input Type |
|---|---|
| SetBytes | TBytes |
| SetStream | TStream |
| SetValue | TJSONValue |