RAD Studio VCL Reference
|
Provides the abstract (pure virtual) prototype for a method to write Count bytes from Buffer back to the HTTP client.
function WriteClient(var Buffer; Count: Integer): Integer; virtual; abstract;
virtual __fastcall int WriteClient( Buffer, int Count) = 0;
Descendants of TWebRequest implement WriteClient. WriteClient is used by TWebResponse to send the contents of a response to the Web client.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|