API:Web.CGIHTTP.TWinCGIRequest.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.CGIHTTP.pas
Web.CGIHTTP.hpp
Web.CGIHTTP TWinCGIRequest

Description

Provides a method to write Count bytes from Buffer back to the HTTP client. {{#multireplace:Web.CGIHTTP.TWinCGIRequest.WriteClient|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Web.CGIHTTP.TCGIRequest.WriteClient|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Web.CGIHTTP.TCGIRequest.WriteClient|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Provides a method to write Count bytes from Buffer back to the HTTP client.

WriteClient is used by TCGIResponse to send the contents of a response to the CGI client.

See Also