Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentLength

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

Delphi

function GetContentLength: Int64; virtual; abstract;

C++

virtual __int64 __fastcall GetContentLength() = 0 ;

プロパティ

種類 可視性 ソース ユニット
function protected
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPResponse

説明

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

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

関連項目