Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.GetContentLength

提供:RAD Studio API Documentation

Delphi

function GetContentLength: Int64; override;

C++

virtual __int64 __fastcall GetContentLength();

プロパティ

種類 可視性 ソース ユニット
function class protected
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Datasnap.DSHTTPWebBroker TDSHTTPResponseWebBroker

説明

ContentLength プロパティの値を返します。 Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.GetContentLength は Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentLength を継承しています。以下の内容はすべて Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentLength を参照しています。

ContentLength プロパティの値を返します。

GetContentLength メソッドは、ContentLength プロパティの読み込み実装です。

関連項目