Datasnap.DSHTTPCommon.TDSHTTPResponse.ContentLength

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContentLength: Int64 read GetContentLength write SetContentLength;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPResponse

Description

Specifies the length of the HTTP response content.

The ContentLength property specifies the length of the HTTP response content.

See Also