RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCGIRequest.WriteClient Method

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

Pascal
function WriteClient(var Buffer; Count: Integer): Integer; override;
C++
virtual __fastcall int WriteClient( Buffer, int Count);

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!