Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentLength
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
| Unit: Datasnap.DSHTTPCommon | |
| Parent: TDSHTTPResponse | |
Delphi
function GetContentLength: Int64; virtual; abstract;
C++
virtual __int64 __fastcall GetContentLength() = 0 ;
Description
Returns the value of the ContentLength property.
The GetContentLength method is the read implementation of the ContentLength property.