Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.GetContentLength

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContentLength: Int64; override;

C++

virtual __int64 __fastcall GetContentLength();

Properties

Type Visibility Source Unit Parent
function class protected
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Datasnap.DSHTTPWebBroker TDSHTTPResponseWebBroker

Description

Returns the value of the ContentLength property.

Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.GetContentLength inherits from Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentLength. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentLength.

Returns the value of the ContentLength property.

The GetContentLength method is the read implementation of the ContentLength property.

See Also