Web.ApacheHTTP.TApacheRequest.DoReadTotalContent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoReadTotalContent; override;

C++

virtual void __fastcall DoReadTotalContent();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Web.ApacheHTTP.pas
Web.ApacheHTTP.hpp
Web.ApacheHTTP TApacheRequest

Description

Reads the total content that the server returns.

Web.ApacheHTTP.TApacheRequest.DoReadTotalContent inherits from Web.HTTPApp.TWebRequest.DoReadTotalContent. All content below this line refers to Web.HTTPApp.TWebRequest.DoReadTotalContent. Reads the total content that the server returns.

See Also