API:REST.Client.TRESTResponse.ContentLength

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

Delphi

property ContentLength: Cardinal read GetContentLength;

C++

__property ContentLength;

プロパティ

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

説明

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

REST.Client.TRESTResponse.ContentLength は REST.Client.TCustomRESTResponse.ContentLength を継承しています。以下の内容はすべて REST.Client.TCustomRESTResponse.ContentLength を参照しています。

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

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

関連項目