REST.Client.TCustomRESTResponse.ContentLength

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

Delphi

property ContentLength: cardinal read GetContentLength;

C++

__property unsigned ContentLength = {read=GetContentLength, nodefault};

プロパティ

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


説明

応答内容の長さ(バイト単位)を返します。

このプロパティを使用すると、応答内容の長さを取得できます。

関連項目