Data.DbxHTTPLayer.TDSHTTPResponseStream.GetContentLength

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContentLength: Int64; virtual; abstract;

C++

virtual __int64 __fastcall GetContentLength() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
Data.DbxHTTPLayer.pas
Data.DbxHTTPLayer.hpp
Data.DbxHTTPLayer TDSHTTPResponseStream

Description

Returns the value of the ContentLength property.

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

See Also