Datasnap.DSHTTP.TDSHTTPResponseIndy.GetContentLength

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: class protected
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSHTTPResponseIndy

Delphi

function GetContentLength: Int64; override;

C++

virtual __int64 __fastcall GetContentLength();

Description

Returns the value of the ContentLength property.

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

See Also