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

Description

A specific method for writing Count bytes from Buffer back to the HTTP client.

WriteClient is a specific instance of the WriteClient method (inherited from TWebRequest) for the TWinCGIRequest class. See the documentation for the inherited method for more information.

See Also