REST.Client.TCustomRESTResponse.RawBytes

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

Delphi

property RawBytes: TBytes read FRawBytes;

C++

__property System::DynamicArray<System::Byte> RawBytes = {read=FRawBytes};

プロパティ

種類 可視性 ソース ユニット
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTResponse


説明

応答内容を表すバイト配列を返します。


関連項目