Web.ApacheHTTP.TApacheRequest.WriteClient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function WriteClient(var Buffer; Count: Integer): Integer; override;

C++

virtual int __fastcall WriteClient(void *Buffer, int Count);

Properties

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

Description

Provides the abstract (pure virtual) prototype for a method to write Count bytes from Buffer back to the HTTP client.

Web.ApacheHTTP.TApacheRequest.WriteClient inherits from Web.HTTPApp.TWebRequest.WriteClient. All content below this line refers to Web.HTTPApp.TWebRequest.WriteClient.

Provides the abstract (pure virtual) prototype for a method to write Count bytes from Buffer back to the HTTP client.

Descendants of TWebRequest implement WriteClient. WriteClient is used by TWebResponse to send the contents of a response to the Web client.

See Also