REST.Client.TCustomRESTResponse.RawBytes
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 | 
説明
応答内容を表すバイト配列を返します。