Web.ApacheHTTP.TApacheRequest.WriteClient

From RAD Studio API Documentation

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. {{#multireplace:Web.ApacheHTTP.TApacheRequest.WriteClient|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Web.HTTPApp.TWebRequest.WriteClient|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Web.HTTPApp.TWebRequest.WriteClient|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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