Datasnap.DSHTTPCommon.TDSHTTPResponse.SetContentLength
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
Unit: Datasnap.DSHTTPCommon | |
Parent: TDSHTTPResponse |
Delphi
procedure SetContentLength(const Value: Int64); virtual; abstract;
C++
virtual void __fastcall SetContentLength(const __int64 Value) = 0 ;
Description
Sets the value of the ContentLength property to the one specified through the parameter.
The SetContentLength method is the write implementation of the ContentLength property.