EMS.ResourceAPI.TEndpointRequestBody.GetBytes
Delphi
function GetBytes: TBytes;
C++
System::DynamicArray<System::Byte> __fastcall GetBytes(void);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | EMS.ResourceAPI.pas EMS.ResourceAPI.hpp |
EMS.ResourceAPI | TEndpointRequestBody |
Description
Returns the body as an instance of TBytes or raises an exception.
If GetBytes cannot return the body, it raises an EEMSEndpointError exception with the following message:
- Body does not contain TBytes