Web.CGIHTTP.TCGIRequest.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 TCGIRequest

Description

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