Datasnap.DSHTTPCommon.TDSHTTPResponse.ContentLength

提供:RAD Studio API Documentation

Delphi

property ContentLength: Int64 read GetContentLength write SetContentLength;

C++

__property __int64 ContentLength = {read=GetContentLength, write=SetContentLength};

プロパティ

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

説明

HTTP 応答のコンテンツの長さを指定します。

ContentLength プロパティは、HTTP 応答のコンテンツの長さを指定します。

関連項目