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

説明

応答内容の長さ(バイト単位)を返します。 {{#multireplace:REST.Client.TRESTResponse.ContentLength|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:REST.Client.TCustomRESTResponse.ContentLength|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:REST.Client.TCustomRESTResponse.ContentLength|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

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

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

関連項目