EMS.Services.IEMSResourceResponseContent.GetBytes

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetBytes: TBytes;

C++

virtual System::DynamicArray<System::Byte> __fastcall GetBytes() = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
EMS.Services.pas
EMS.Services.hpp
EMS.Services IEMSResourceResponseContent


説明

応答内容が空でない場合、応答内容を TBytes のインスタンスとして返します。そうでない場合は、例外が発生します。

関連項目